{% sw_extends '@Storefront/storefront/layout/navigation/navigation.html.twig' %} {# ---------------- START: SET TEMPLATE VARS ---------------- #} {# ThemeWare: Set theme variables #} {% set twtNavMainShow = theme_config('twt-nav-main-show') %} {% set twtNavMainHomeLinkCompatibility = theme_config('twt-nav-main-home-link-compatibility') %} {% set twtNavMainHomeLinkShow = theme_config('twt-nav-main-home-link-show') %} {% set twtNavMainHomeLink = theme_config('twt-nav-main-home-link') %} {# ---------------- END: SET TEMPLATE VARS ---------------- #} {# ThemeWare: Adjustments on the main navigation #} {% block layout_main_navigation %} {# ThemeWare: Hide main navigation #} {% if twtNavMainShow == 1 or twtNavMainShow == 3 %} {# ThemeWare: Block cleared #} {% else %} {# Default block #} {{ parent() }} {% endif %} {% endblock %} {# ThemeWare: Adjustments on the home-button in main navigation #} {% block layout_main_navigation_menu_home %} {% if twtNavMainHomeLinkCompatibility == 2 %} {% if twtNavMainHomeLinkShow > 1 %} {# ThemeWare: Add aria-label #} {% else %} {# ThemeWare: no icon or text #} {% endif %} {% else %} {# Default block #} {{ parent() }} {% endif %} {% endblock %}