{% sw_extends '@Storefront/storefront/base.html.twig' %} {% block base_head %} {% sw_include '@Storefront/storefront/page/wishlist/meta.html.twig' %} {% endblock %} {% block base_content %} {% block page_wishlist %}
{% set searchResult = page.wishlist.productListing %} {% if context.customer and not context.customer.guest %} {% sw_include '@Storefront/storefront/page/wishlist/wishlist-pagelet.html.twig' with { searchResult: searchResult } %} {% else %} {% set guestWishlistPageOptions = { pageletRouter: { path: path('frontend.wishlist.guestPage.pagelet'), } } %}
{% endif %}
{% endblock %} {% endblock %}