{%- macro figure(image_src, link_href, height='', width='') -%} {% include 'kupala_mail/components/figure.html' %} {%- endmacro %} {%- macro button(label, link_href, color='blue', align='center', full_width=false) -%} {% include 'kupala_mail/components/button.html' %} {%- endmacro %} {% macro center(content) -%}
{{ content -}}{% if caller %}{{ caller() }}{% endif %}
{%- endmacro %}