{% extends 'root_email_template.html' %} {% block heading %} Hello {{ user }} {% endblock heading %} {% block content_body %}

You have been assigned to task {{task_title}} by {{task_created_by}}

{% endblock content_body %} {% block button_link %}
click here
{% endblock button_link %}