{% block content %}{% placeholder "Main Content" %}{% endblock %} |
{% load i18n sendmail %} {# This is a simple transactional email template taken from https://github.com/leemunroe/responsive-html-email-template/ #}
{% block container %}
{# START CENTERED WHITE CONTENT #}
{% block preheader %}{% endblock %}
{# END CENTERED WHITE CONTENT #}
{% endblock container %}
|