vendor/store.shopware.com/coewishlistsw6/src/Resources/views/storefront/page/wishlist/overview/index.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/base.html.twig' %}
  2. {% block base_head %}
  3.     {% sw_include '@CoeWishlistSw6/storefront/page/wishlist/overview/meta.html.twig' %}
  4. {% endblock %}
  5. {% block base_content %}
  6.     {% block page_wishlist %}
  7.         <div class="note">
  8.             <div class="row">
  9.                 {% block page_note_overview_listing %}
  10.                     <div class="col-lg-3">
  11.                         {% block page_wishlist_listing_content %}
  12.                             {% sw_include "@CoeWishlistSw6/storefront/page/wishlist/overview/list.html.twig" %}
  13.                         {% endblock %}
  14.                     </div>
  15.                 {% endblock %}
  16.                 {% block page_wishlist_content %}
  17.                     <div class="col-lg-9">
  18.                         {% block page_wishlist_content_content %}
  19.                             {% sw_include "@CoeWishlistSw6/storefront/page/wishlist/overview/content.html.twig" %}
  20.                         {% endblock %}
  21.                     </div>
  22.                 {% endblock %}
  23.             </div>
  24.         </div>
  25.     {% endblock %}
  26. {% endblock %}