{# based on Postmark Transactional Email Templates https://postmarkapp.com/transactional-email-templates #} {# If you change button color, remember to pass it to macro AND define "buttonColor" before "extends" tag. #} {# macro title #} {% macro title(titleText) %} {% if titleText is defined %}

{{titleText}}

{% endif %} {% endmacro %} {# macro call to action button #} {% macro button(buttonText, buttonUrl, buttonColor) %} {% if buttonColor is not defined %} {% set buttonColor = '#93278F' %} {% endif %} {% if buttonText is defined and buttonUrl is defined %} {% endif %} {% endmacro %} {% if buttonColor is not defined %} {% set buttonColor = '#93278F' %} {% endif %}