{% 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 %}