{% extends 'flask_user/emails/base_message.html' %} {% block message %}

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

{{ word('If you initiated this confirmation, please click on the link below:') }}
    {{ word('Confirm your email') }}.

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

{% endblock %}