{% extends "emails/base.html" %} {% block title %} Welcome, {{ firstname }} {% endblock title %} {% block content %}
Django Rest Authentication Welcome
 
 
 

Yōkoso {{ firstname }},

I'm so glad you made it this far!

Love,
Abram 🍀🐼

 
{% endblock content %}