This repository has been archived on 2025-06-11. You can view files and clone it, but cannot push or open issues or pull requests.
www_ournomads/templates/section.html
2022-10-06 16:08:29 +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 %}