custom/plugins/Accentum/src/Resources/views/storefront/layout/navigation/flyout.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/layout/navigation/flyout.html.twig' %}
  2. {% block layout_navigation_flyout_categories %}
  3.     <div class="col">
  4.         <div class="navigation-flyout-categories">
  5.             {% block layout_navigation_flyout_categories_recoursion %}
  6.                 {% sw_include '@Storefront/storefront/layout/navigation/categories.html.twig' with {
  7.                     navigationTree: navigationTree.children
  8.                 } only %}
  9.             {% endblock %}
  10.         </div>
  11.     </div>
  12. {% endblock %}
  13. {% block layout_navigation_flyout_teaser %}{% endblock %}