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 %}
- {#
- {% sw_include '@Storefront/storefront/layout/breadcrumb.html.twig' with {
- context: context,
- category: page.header.navigation.active
- } only %}
-
#}
- {% 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 %}