{% if header != null %}{{ title }}{% endif %} {% macro styleMargin(alignment,bottom="20px") %} {% if alignment == 'LEFT' %} margin: 0 0 {{bottom}} 0 {% elseif alignment == 'CENTER' %} margin: 0 auto {{bottom}} auto {% else %} margin: 0 0 {{bottom}} auto {% endif %} {% endmacro %}
{% if logo is not empty %} {% if logo.linkUrl is not empty %}{% endif %} {{- logo.alt -}} {% if logo.linkUrl is not empty %}{% endif %} {% endif %} {% if header is not empty %} {% endif %}
{{ header.title }}
{% for line in lines %} {% if line.type == 'TEXT' %} {% elseif line.type == 'IMAGE' %} {% elseif line.type == 'BUTTON' %} {% endif %} {% endfor %}
{% if line.asHtml %} {{ line.text | raw}} {% else %} {{ line.text }} {% endif %}
{% if line.linkUrl is not empty %}{% endif %} {{- line.alt -}} {% if line.linkUrl is not empty %}{% endif %}
{{ line.text }}
{% if footers is not empty or copyright is not null %} {% endif %}