Footer immer Unten

This commit is contained in:
2025-04-05 12:43:49 +02:00
parent f3591bb9da
commit 4fb13e9136

View File

@@ -10,8 +10,13 @@
</head> </head>
<body> <body>
{% include 'partials/_nav.html' %} {% include 'partials/_nav.html' %}
<div class="flex flex-col h-screen overflow-x-hidden">
{% block content%}{% endblock %} {% block content%}{% endblock %}
<div class="fixed bottom-0 w-full">
{% include 'partials/_footer.html' %} {% include 'partials/_footer.html' %}
</div>
</div>
{% block extra_js %}{% endblock %} {% block extra_js %}{% endblock %}
</body> </body>
</html> </html>