My Account
{{ 'customer.login.title' | t }}
{% form 'customer_login' %}
{{ form.errors | default_errors }}
{% if form.password_needed %}
{% endif %}
{% comment %}
JS shows/hides this form in timber.loginForms()
{% endcomment %}
{% comment %}
If accounts are set as optional, the following will be shown as an option
during checkout, not on the default /login page.
{% endcomment %}
{% if shop.checkout.guest_login %}
{{ 'layout.customer.create_account' | t | customer_register_link }}
{% if form.password_needed %} {% endif %} {% endform %}{{ 'customer.login.guest_title' | t }}
{% form 'guest_login' %} {% endform %} {% endif %}