{% extends 'root_email_template.html' %} {% block heading %} Hello {{user_email}} {% endblock heading %} {% block content_body %} Your account has been successfully created in Django CRM by {{created_by}} {% endblock content_body %} {% block button_link %}
{% endblock button_link %}