Files
www_threefold_io/templates/section.html
2022-04-17 14:14:00 +02: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 %}