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_ow_freezone/templates/section.html
2022-02-28 19:01:33 +03:00

12 lines
184 B
HTML

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