{% sw_extends '@Storefront/storefront/base.html.twig' %} {% block base_content %} {% block page_account %}
{% block page_account_sidebar %}
{% if context.customer and not context.customer.guest %} {% sw_include '@Storefront/storefront/page/account/sidebar.html.twig' %} {% endif %}
{% endblock %} {% block page_account_main %}
{% block page_account_main_content %}{% endblock %}
{% endblock %}
{% endblock %} {% endblock %}