{% extends "base.txt.jinja2" %}

{% block content %}
You have asked to change your email to {{new_email}}.

Your current email is {{current_email}}.

To confirm, please click on this link:

{{link}}
{% endblock %}