This commit is contained in:
sasha-astiadi
2024-05-06 19:56:05 +02:00
parent c1ab7c486a
commit 5d4663c71f
33 changed files with 496 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{% extends "_default/base.html" %}
{% block content %}
<!-- mycelium.md page template, has a banner and rows of page summaries -->
<div>
{% set page = get_page(path="nodes/index.md") %}
{{page.content | safe}}
</div>
{% include "partials/quote.html" %}
{% endblock content %}