{% if currentUser %} {% redirect 'shop/checkout/addresses' %} {% endif %} {% extends 'shop/_layouts/checkout' %} {% block content %}

Let’s grab your email to get started

{{ redirectInput('shop/checkout/register-signin') }} {{ csrfInput() }}
{% set emailErrors = cart.getErrors('email') %} {% if emailErrors|length %} {{ emailErrors|join }}
{% endif %}
{% endblock %}