{% comment %} This title becomes the Subject: header — send_template overrides the caller's subject with it so a localized letter states its own. A title that drops a caller's value (a one-time code) drops it from the inbox. {% endcomment %}
{% if greeting %}{{ greeting }}{% else %}Hello{% endif %}
{% if main_text %}{{ main_text | safe }}
{% endif %} {% if main_html_content %}{{ secondary_text | safe }}
{% endif %}
Need help? Reach out to our support team.
The {{ project_name }} Team