update repo

This commit is contained in:
2022-11-15 13:11:07 +02:00
parent 867cbf2dbf
commit bcbdbb38c1
100 changed files with 7956 additions and 2 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 %}