www_freeflownation/templates/section.html
2022-03-01 18:56:23 +03:00

12 lines
201 B
HTML

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