{##} {% set fontFamily = "'Helvetica Neue',Helvetica,Arial,sans-serif!important" %} {% set linkStyle = "color:#439fe0;font-weight:bold;text-decoration:none;" %} {% set buttonColor = "#439fe0" %} {% set buttonHover = "#4e6d8c" %} {{ title }}
 
{% block title %}

{{ title }}

{% endblock %}
{% block body %}{{ body|raw }}{% endblock %}
{% if button %} {% if button2 %} {% endif %}
{{ button.text }}
{{ button2.text }}
{% endif %}

{% block bodyBottom %}{{ bodyBottom }}{% endblock %}