www_mycelium/templates/layouts/nodes.html

12 lines
286 B
HTML
Raw Normal View History

2024-05-06 17:56:05 +00:00
{% 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 %}