adds script block to base

This commit is contained in:
Michael Beck 2025-04-16 15:57:53 +02:00
parent 396eaefbe9
commit 592375c67b

View File

@ -16,6 +16,8 @@
{% include "nav.html.jinja" %}
<main class="container my-5">{% block content %}{% endblock content %}</main>
{% include "footer.html.jinja" %}
{% block scripts %}{% endblock scripts %}
</body>
</html>