Compare commits
1 Commits
44-zurueck
...
64-footer-
| Author | SHA1 | Date | |
|---|---|---|---|
| 4fb13e9136 |
@@ -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>
|
||||||
Reference in New Issue
Block a user