{{ email_title }}

{% if greeting %}

{{ greeting }},

{% else %}

Hello,

{% endif %} {% if main_text %}

{{ main_text | safe }}

{% endif %} {% if main_html_content %}
{{ main_html_content | safe }}
{% endif %} {% if button_url and button_text %}
{% if tracking_click_url %} {{ button_text }} {% else %} {{ button_text }} {% endif %}
{% endif %} {% if secondary_text %}
{{ secondary_text | safe }}
{% endif %}

If you need further assistance, please don't hesitate to contact our support team.

Thanks,
The {{ project_name }} Team

{% if tracking_pixel_url %} {% endif %}