{% extends "barest_base.html" %} {% load static %} {% block title %}Confirm email ยท {{ site_title }}{% endblock %} {% block content %}
{# the cyan background #}
{# the centered box #}
{# the logo #} Bugsink logo
Confirm your email address by clicking the button below.
{% csrf_token %}
{% endblock %}