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

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

{{ word('If you initiated this registration, please visit the link below:') }}
    {{ confirm_email_link }}

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