www_freeflownation/templates/section.html

12 lines
198 B
HTML

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