{% sw_extends '@Storefront/storefront/layout/header.html.twig' %} {% set isUspBarShow = config('SsikMetroLight.config.isUspBarShow') %} {% set headerStyle = config('SsikMetroLight.config.headerStyle') %} {% block base_header %} {% block ssik_base_header_floating %} {% sw_include '@Storefront/storefront/ssik/header-floating.html.twig' %} {% endblock %} {% if isUspBarShow is same as('top') %} {% sw_include '@Storefront/storefront/ssik/usp-bar.html.twig' %} {% endif %} {{parent()}} {% endblock %} {% block base_navigation %} {% if headerStyle is empty or headerStyle is same as ('shopware') %} {{parent()}} {% endif %} {% if isUspBarShow is same as('after') %} {% sw_include '@Storefront/storefront/ssik/usp-bar.html.twig' %} {% endif %} {% endblock %}