{% extends "emails/base.html" %} {% load static %} {% block title %} Verify Email {% endblock title %} {% block email_content %} 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. Verify My Email {% endautoescape %} {% endblock email_content %}
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.