{{title}}
{{ body|linebreaksbr }}
{% if button_link and button_label %}
{{button_label}}
{% endif %} {% if footer_links or footer_content or footer_copyright %}
{% if footer_links %}
{% for link in footer_links %}
{{ link.label }}
{% endfor %}
{% endif %} {% if footer_content %}
{{ footer_content|linebreaksbr }}
{% endif %} {% if footer_copyright %}
Copyright © {% now "Y" %} {{ footer_copyright }}, All rights reserved.
{% endif %}
{% endif %}