custom/static-plugins/marketing-tools/src/Resources/views/storefront/section/cms-section-default.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/section/cms-section-default.html.twig' %}
  2. {% block page_content_section_default %}
  3.     {% if marketingToolsConfig and marketingToolsConfig.isSlider %}
  4.         {% block page_content_section_default_slider %}
  5.             {% sw_include '@Storefront/storefront/section/cms-section-slider.html.twig' %}
  6.         {% endblock %}
  7.     {% else %}
  8.         {{ parent() }}
  9.     {% endif %}
  10. {% endblock %}