{% load markup %} {% block header %}
{% include 'mail/header.inc.html' %}
{% endblock %} {% block body %}
{{ body|markdown }} {% 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 %}