vendor/store.shopware.com/dreisccmspro/src/Resources/views/storefront/section/cms-section-sidebar.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/section/cms-section-sidebar.html.twig' %}
  2. {% block section_sidebar_content_block %}
  3.     {% sw_include "@Storefront/storefront/section/cms-section-block-container.html.twig" with {
  4.         sectionBlocks: section.blocks
  5.     } %}
  6. {% endblock %}
  7. {% block section_main_content_block %}
  8.     {% sw_include "@Storefront/storefront/section/cms-section-block-container.html.twig" with {
  9.         sectionBlocks: section.blocks
  10.     } %}
  11. {% endblock %}