{% extends "emails/base.html" %} {% block title %} OTP Verification {% endblock title %} {% block content %}
Django Rest Authentication OTP Verification
 
 
 

Hello {{ firstname }},

Use the following one-time password(OTP) to verify your account.

 
 

Love,
Abram 🍀🐼

 
{% endblock content %}