{% load markup %} {% block header %}
{% include 'mail/header.inc.html' %}
{% endblock %} {% block body %}
{% if template %} {% filter markdown %}{% include template %}{% endfilter %} {% else %} {{ body|safe }} {% endif %} {% filter markdown %}{% include 'mail/footer.inc.txt' %}{% endfilter %}
{% endblock %} {% block footer %}{% if unsubscribe_url %}
To stop receiving these emails from us, you can unsubscribe.
{% endif %}{% endblock %}