{% extends "account/email/base.html" %} {% block subject %} Validate your account {% endblock %} {% block subtitle %} Hello {{ user['fullname'] }}, {% endblock %} {% block body %}
Thank you for creating a {{ config.BRAND }} account.
To complete your registration, please verify that you are the owner of this e-mail address by visiting the URL below:
If you did not request this conformation, please ignore this email.
Regards,
{{ config.BRAND }} Team
{% endblock %}