custom/plugins/KsGeutherTheme/src/Resources/views/storefront/layout/navigation/offcanvas/navigation.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/layout/navigation/offcanvas/navigation.html.twig' %}
  2. {% block utilities_offcanvas_content %}
  3.     {{ block('layout_navigation_offcanvas_navigation_actions') }}
  4.     {% sw_include '@Storefront/storefront/layout/navigation/offcanvas/categories.html.twig' with {
  5.         navigation: navigation,
  6.         serverSideRendering: true,
  7.     } %}
  8. {% endblock %}