{% sw_extends '@Storefront/storefront/base.html.twig' %} {% block base_header %}
{% block base_header_inner %}
{% sw_include '@Storefront/storefront/layout/header/header.html.twig' %}
{% endblock %}
{% endblock %} {% block base_navigation %} {% endblock %} {% block base_main %}
{% block base_flashbags %}
{% for type, messages in app.flashes %} {% sw_include '@Storefront/storefront/utilities/alert.html.twig' with { type: type, list: messages } %} {% endfor %}
{% endblock %} {% block base_main_inner %} {% block base_main_container %}
{% block base_breadcrumb %} {% if breadcrumbList %} {% sw_include '@Storefront/storefront/layout/breadcrumb.html.twig' %} {% endif %} {% endblock %} {% block base_content %}{% endblock %}
{% endblock %} {% endblock %}
{% endblock %} {% block base_offcanvas_navigation %} {% endblock %} {% block base_footer %} {% endblock %} {% block base_scroll_up %} {% endblock %} {% block base_cookie_permission %} {% endblock %} {% block base_pseudo_modal %} {% endblock %} {% block base_script_hmr_mode %} {{ parent() }} {% endblock %}