{# app/templates/storefront/account/register.html #} {# standalone #} Create Account - {{ store.name }} {# CRITICAL: Inject theme CSS variables #} {# Tailwind CSS v4 (built locally via standalone CLI) #}
{% if theme.branding.logo %} {{ store.name }} {% else %}
🛒
{% endif %}

{{ store.name }}

Join our community today

{{ _("auth.create_account_title") }}


{{ _("auth.already_have_account") }} {{ _("auth.sign_in_instead") }}