{% capture email_title %} Activate your account {% endcapture %} {% capture email_body %}Hi {{ customer.first_name }}, you've created a new customer account at {{shop.name}}. All you have to do is activate it and choose a password. {% endcapture %} {% capture button_label %}Activate your account {% endcapture %}
 
{%- if shop.email_logo_url %} {{shop.name}} {%- else %}

{{ shop.name }}

{%- endif %}
 
 
{{ email_title }}
{% if custom_message != blank %}
{{ custom_message }}
{% else %}
{{ email_body }}
{% endif %}
{{ button_label }}
 
If you have any questions, reply to this email or contact us at {{ shop.email }}