This repository has been archived on 2024-10-31. You can view files and clone it, but cannot push or open issues or pull requests.
www_ourworld_tf_archive/templates/section.html
2022-03-14 11:20:24 +03:00

12 lines
202 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 %}