Admin panels

This commit is contained in:
Frank van den Berg
2026-06-27 15:53:43 +02:00
parent 8605a5caac
commit fe283eaa00
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>