small mod for config file, so is a template

This commit is contained in:
despiegk
2022-12-07 15:39:38 +03:00
parent 7db2e7f823
commit bff3af7ac4
118 changed files with 4837 additions and 1 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 %}