{% sw_extends '@Storefront/storefront/base.html.twig' %} {% block base_header_inner %} {% block base_header_inner_topbarnotifications_before %} {% if config('TmmsTopBarNotifications.config.topBarNotificationsShowContentIn') == "topbar" %} {% block base_header_inner_topbarnotifications_before_inner %} {% sw_include '@TmmsTopBarNotifications/storefront/topbarnotifications.html.twig' %} {% endblock %} {% endif %} {% endblock %} {{ parent() }} {% block base_header_inner_topbarnotifications_after %}{% endblock %} {% endblock %} {% block base_footer %} {% block base_footer_topbarnotifications_before %} {% if config('TmmsTopBarNotifications.config.topBarNotificationsShowContentIn') == "footerbar" %} {% block base_footer_topbarnotifications_before_inner %} {% sw_include '@TmmsTopBarNotifications/storefront/topbarnotifications.html.twig' %} {% endblock %} {% endif %} {% endblock %} {{ parent() }} {% block base_footer_topbarnotifications_after %}{% endblock %} {% endblock %}