{% set page_group = "loggedout" %} {{site.site_title}} | {{page.title}}
{% for alert in page.alerts %}
{{alert.message}}
{% endfor %}
{% if page.typeNum == NULL %}
{% else %} {% if page.loginType == 'admin' %}
{% else %}
{{ page.typeNum }}
{% endif %} {% endif %}
{% if (page.typeNum != NULL) and (page.loginType != 'admin') %}
Hint: The default password is your store's city name
{% endif %}
{# ========== INTERCOM MESSENGER (anonymous) ========== Replaces the legacy Reamaze widget. No logged-in user exists yet on the login page, so this boots unauthenticated (no JWT/identity verification) — same pattern used pre-auth by Intercom's own install snippet. Once signed in, the identity-verified Messenger from workspace/partials/intercom-chat.html takes over. #}