{% sw_extends '@Storefront/storefront/page/content/index.html.twig' %}
{% block cms_breadcrumb %}
{% block cms_breadcrumb_topbarnotifications_before %}
{% if config('TmmsTopBarNotifications.config.topBarNotificationsShowContentIn') == "above_breadcrumb" %}
{% block cms_breadcrumb_topbarnotifications_before_inner %}
{% sw_include '@TmmsTopBarNotifications/storefront/topbarnotifications.html.twig' %}
{% endblock %}
{% endif %}
{% endblock %}
{{ parent() }}
{% block cms_breadcrumb_topbarnotifications_after %}
{% if config('TmmsTopBarNotifications.config.topBarNotificationsShowContentIn') == "below_breadcrumb" %}
{% block cms_breadcrumb_topbarnotifications_after_inner %}
{% sw_include '@TmmsTopBarNotifications/storefront/topbarnotifications.html.twig' %}
{% endblock %}
{% endif %}
{% endblock %}
{% endblock %}