This commit is contained in:
sasha-astiadi
2024-05-03 22:15:09 +02:00
parent eda53e2dcd
commit 0176ba951a
328 changed files with 8855 additions and 0 deletions

11
templates/section.html Normal file
View File

@@ -0,0 +1,11 @@
{% extends "_default/base.html" %}
{% block content %}
<main class="lg:-mt-6">
{{ section.content | safe}}
<!-- <hr> -->
{% include "partials/page_list.html" %}
</main>
{% endblock content %}