{% extends 'root_email_template.html' %} {% block heading %} Hello {{ user }} {% endblock heading %} {% block content_body %} You have been invited to an Event {{event_name}} created by {{event_created_by}} Date of meeting {{event_date_of_meeting}} {% endblock content_body %} {% block button_link %}
click here
{% endblock button_link %}