This commit is contained in:
sasha-astiadi
2024-05-06 23:46:03 +02:00
parent a3951b00a5
commit cb2923d4e0
11 changed files with 53 additions and 32 deletions

View File

@@ -8,6 +8,7 @@
<div id="content" class="p-4 pt-24 lg:pt-0 sm:p-12 lg:p-0 overflow-hidden">
{% block content %}{% endblock %}
</div>
{% include "partials/banner.html" %}
{% include "partials/footer.html" %}
<script type="text/javascript" src="{{ get_url(path='js/custom.js')}}"></script>
</body>