From 8eb5a05f293e2dc9a4169b90f60a1e0515581bb6 Mon Sep 17 00:00:00 2001 From: ghost Date: Wed, 4 Oct 2023 17:44:56 +0300 Subject: [PATCH] move container inside the main_content block --- templates/default/layout.html.twig | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/templates/default/layout.html.twig b/templates/default/layout.html.twig index 3018a31..8fc70a0 100644 --- a/templates/default/layout.html.twig +++ b/templates/default/layout.html.twig @@ -13,7 +13,7 @@
- {% block header_search %} @@ -36,9 +36,7 @@ {route : app.request.get('_route')} )) }} {% endblock %} -
- {% block main_content %}{% endblock %} -
+ {% block main_content %}{% endblock %}