This commit is contained in:
2024-09-06 11:23:44 +02:00
parent 20836cd502
commit 64efecfde2
6 changed files with 95 additions and 39 deletions

View File

@ -36,7 +36,6 @@
<body class="bg-blue-50">
{% include "site_header.html" %}
{% block content %} Placeholder {% endblock %}
{# footer, should be not dependant on the each individual handler but it should have it's own handler #}
{{ site_footer|safe }}
{% include "site_footer.html" %}
</body>
</html>