added vertical template and dao dir

This commit is contained in:
timurgordon
2022-03-14 11:20:24 +03:00
parent 6eafd9af95
commit 785e5f25d7
14 changed files with 139 additions and 19 deletions

View File

@@ -5,7 +5,7 @@
<main class="lg:-mt-6">
{{ section.content | safe}}
<hr>
{% include "partials/pageList.html" %}
{% include "partials/page_list.html" %}
</main>
{% endblock content %}