Add breadcrumbs and UI consistency updates across backoffice templates

This commit is contained in:
2026-03-09 22:51:06 +01:00
parent b6a227febe
commit 254df0f224
+2
View File
@@ -9,7 +9,9 @@
{% block breadcrumbs %}{% endblock %}
</div>
{{ include('flashes.html.twig') }}
<div class="mb-5">
{% block body %}
{% endblock body %}
</div>
</div>
{% endblock %}