{% extends 'root_email_template_new.html' %} {% block heading %} Hello {{ user }} {% endblock heading %} {% block content_body %} {{invoice_created_by}} shared an invoice with you - {{invoice_title}} {% endblock content_body %} {% block button_link %}
Click Here
{% endblock button_link %}