{% block subject %} Welcome to {{site.title}} - please verify your account {% endblock %} {% block body %}

Dear {{user.first_name}},

You are receiving this email because you registered with {{site.title}} ({{site.uri.public}}).

You will need to verify your account before you can login. Please follow the link below to verify your account.

{{site.uri.public}}/account/verify?token={{token}}

With regards,
The {{site.title}} Team

{% endblock %}