{% extends 'flask_user/emails/base_message.txt' %}

{% block message %}
You will need to confirm your email to start using {{ app_name }}.

If you initiated this registration, please visit the link below:
    {{ confirm_email_link }}

If you did not initiate this registration, you may safely ignore this email.
{% endblock %}