custom/plugins/TopdataTopFinderProSW6/src/Resources/views/storefront/topdata-base.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@TopdataTopFinderProSW6/storefront/base.html.twig' %}
    {% set isTopdataPage = true %}
    
    {% block base_main_container %}
        <div class="container-main">
            {% block base_breadcrumb %}
                {% if breadcrumbList %}
                    {% sw_include '@Storefront/storefront/layout/breadcrumb.html.twig' %}
                {% endif %}
            {% endblock %}
            {%  if page.header.extensions.deviceSlider %}
                {% sw_include '@TopdataTopFinderProSW6/storefront/component/slider/devices-slider.html.twig' %}
            {% endif %}
            {% block base_content %}{% endblock %}
        </div>
    {% endblock %}
    {% block base_pseudo_modal %}
        {{ parent() }}
        {% sw_include '@TopdataTopFinderProSW6/storefront/component/topfinder-modals.html.twig' %}
    {% endblock %}