Admin panels

This commit is contained in:
Frank van den Berg
2026-06-27 15:53:43 +02:00
parent 0d8335dd2c
commit ac57385a9d
17 changed files with 997 additions and 88 deletions
+2
View File
@@ -23,6 +23,7 @@
{% endif %}
</nav>
</header>
{% block main %}
<main>
{% for label, messages in app.flashes %}
{% for message in messages %}
@@ -33,6 +34,7 @@
{% endfor %}
{% block body %}{% endblock %}
</main>
{% endblock %}
<footer>
<small>&copy; {{ "now"|date("Y") }} {{ 'site.name'|trans }}</small>
</footer>