From 254df0f224cf9a9102cc231a1e7d83d0fff64641 Mon Sep 17 00:00:00 2001 From: Marijn Doeve Date: Mon, 9 Mar 2026 22:51:06 +0100 Subject: [PATCH] Add breadcrumbs and UI consistency updates across backoffice templates --- templates/backoffice/base.html.twig | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/templates/backoffice/base.html.twig b/templates/backoffice/base.html.twig index eecd557..5aeeaa2 100644 --- a/templates/backoffice/base.html.twig +++ b/templates/backoffice/base.html.twig @@ -9,7 +9,9 @@ {% block breadcrumbs %}{% endblock %} {{ include('flashes.html.twig') }} - {% block body %} - {% endblock body %} +
+ {% block body %} + {% endblock body %} +
{% endblock %}