www_mycelium/templates/section.html

12 lines
211 B
HTML
Raw Normal View History

2024-05-03 20:15:09 +00:00
{% extends "_default/base.html" %}
{% block content %}
<main class="lg:-mt-6">
{{ section.content | safe}}
<!-- <hr> -->
{% include "partials/page_list.html" %}
</main>
{% endblock content %}