{% if extraHead is defined %} {{ extraHead }} {% endif %} {% if cart is not defined %} {% set cart = craft.commerce.carts.cart %} {% endif %} {% if showNav is not defined %} {% set showNav = true %} {% endif %}
{% set flashNotice = craft.app.session.getFlash('notice') %} {% if flashNotice %}
{{ flashNotice }}
{% endif %} {% set flashError = craft.app.session.getFlash('error') %} {% if flashError %}
{{ flashError }}
{% endif %} {% if cart.errors|length %}
{% for attribute, errors in cart.errors %} {% if loop.first %}{% endif %} {% endfor %}
{% endif %} {% block body %}
{% block main %}

Default Content

You should not see this.

{% endblock %}
{% endblock %}