www_zola_template/templates/section.html
2025-08-05 16:03:49 +03:00

12 lines
211 B
HTML

{% extends "_default/base.html" %}
{% block content %}
<main class="lg:-mt-6">
{{ section.content | safe}}
<!-- <hr> -->
{% include "partials/page_list.html" %}
</main>
{% endblock content %}