From ed20098932c0c7d9aaf025e9f8571f4155ec53b3 Mon Sep 17 00:00:00 2001 From: Martin Filipovic Hinrichs Date: Thu, 4 Jun 2026 10:51:21 +0200 Subject: [PATCH] simplify override: page/content/index.html.twig --- .../storefront/page/content/index.html.twig | 23 +------------------ 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/src/Resources/views/storefront/page/content/index.html.twig b/src/Resources/views/storefront/page/content/index.html.twig index 3874e8d..ff4e06f 100644 --- a/src/Resources/views/storefront/page/content/index.html.twig +++ b/src/Resources/views/storefront/page/content/index.html.twig @@ -1,24 +1,3 @@ {% sw_extends '@Storefront/storefront/page/content/index.html.twig' %} -{% block base_main_inner %} -
- {% block page_content %} - {% block cms_breadcrumb %} - {##} - {% endblock %} - - {% block cms_content %} -
- {% block page_content_blocks %} - {% sw_include "@Storefront/storefront/page/content/detail.html.twig" with {'cmsPage': page.cmsPage} %} - {% endblock %} -
- {% endblock %} - {% endblock %} -
-{% endblock %} +{% block cms_breadcrumb %}{% endblock %}