{% extends base_template %} {% block content %} {% if site_name %}

{{ site_name }}

{% endif %}

Account Confirmation

{{ message }}

{% if link %} {% if site_name %} Go back to {{site_name}} {% else %} Go back to the website {% endif %} {% endif %} {% endblock content %}