{% extends "emails/base.html" %} {% load static %} {% block title %} Verify Email {% endblock title %} {% block email_content %}
email-sent-svg

Welcome to {{ site_name }}

{% autoescape off %}

Hi {{ user.username }},

Thank you for signing up on {{ site_name }}. To continue using your account, kindly verify your email address by clicking the "Verify My Email" button below.

{% endautoescape %}
{% endblock email_content %}