vendor/dvdw/theme/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_close %}#}
  3. {#    <button class="btn btn-light btn-block offcanvas-close js-offcanvas-close sticky-top">#}
  4. {#    </button>#}
  5. {#{% endblock %}#}
  6. {% block utilities_offcanvas_close %}
  7.     <div class="offcanvas-logo-wrapper">
  8.         {% sw_include '@Storefront/storefront/layout/header/logo.html.twig' %}
  9.         {{ parent() }}
  10.     </div>
  11. {% endblock %}
  12. {% block utilities_offcanvas_close_text %}
  13. {% endblock %}
  14. {% block utilities_offcanvas_close_icon %}
  15.     {{ parent() }}
  16. {% endblock %}
  17. {% block utilities_offcanvas_content %}
  18.     {% if page.product %}
  19.         {% sw_include '@Storefront/storefront/layout/navigation/offcanvas/categories.html.twig' with { navigation: navigation, hideNavigation: true } %}
  20.     {% else %}
  21.         {% sw_include '@Storefront/storefront/layout/navigation/offcanvas/categories.html.twig' with { navigation: navigation } %}
  22.     {% endif %}
  23. {#    {% block layout_navigation_offcanvas_navigation_actions %}#}
  24. {#        {{ parent() }}#}
  25. {#    {% endblock %}#}
  26. {% endblock %}