vendor/dvdw/platform-choice/src/Resources/views/storefront/layout/header/top-navigation.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@DvdwTheme/storefront/layout/header/top-navigation.html.twig' %}
  2. {% block layout_header_top_navigation %}
  3.     {{ parent() }}
  4.     <li class="header-link-item top-navigation-item">
  5.         {% sw_include '@DvdwPlatformChoice/storefront/layout/navigation/custom-component/platform-switcher.html.twig' %}
  6.     </li>
  7. {% endblock %}