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

Hi {{ user.name }},

Please verify that {{ user.email }} is your correct email address by visiting the following link:

Verify Address

You may copy/paste this link into your browser: {{ verify_url }}

{% endblock %}