seperates index and log viewer

This commit is contained in:
2025-02-10 16:52:29 +01:00
parent 33621bdec4
commit a44c2bfc04
6 changed files with 136 additions and 103 deletions

View File

@@ -22,6 +22,9 @@
{% block content %}
{% endblock %}
</main>
<footer>
{% include 'includes/footer.html' %}
</footer>
{% block scripts %}
{% include 'includes/scripts.html' %}
{% endblock %}