{% 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 %}
<div class="cms-page wishlist-page">
{% if searchResult %}
{% set searchResult = page.wishlist.productListing %}
{% endif %}
{% if offcanvas %}
<template km-open-cart-offcanvas="true"></template>
{%endif%}
{% sw_include '@Storefront/storefront/page/wishlist/wishlist-pagelet.html.twig' with { searchResult: page.wishlist.productListing } %}
</div>
{% endblock %}
{% endblock %}