SignIn(test)
{% form 'customer_login' %}{{ 'customer.login.title' | t }} {%- if form.errors -%}
{%- endif -%}
{% endform %}
{% comment %} Password {% 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 %}
New member ? {{ 'layout.customer.create_account' | t | customer_register_link }}