{# HTML email framing Based on a template by Lee Munroe * https://github.com/leemunroe/responsive-html-email-template #} {{subject}} {% block extra_head %} {% endblock %}
{% include "email/header.html" %}
{% block content %} ... {% endblock content %}
{% include "email/footer.html" %}