{% extends "emails/base.html" %} {% block content %}

Hello!

This email has been sent to you because someone (hopefully you) has entered your email address as a user's email.

If it wasn't you, then just delete this email.

If this was you, then please click this link to verify the address:

Confirm Email Address

Or paste this into your browser: {{ url_for('verify_email_page', token=token, _external=True) }}

{% endblock %}