{% extends "email/base.html" %} {% load html_email i18n %} {% block content %}
{% block logo %} |
|||
|
{% block main %}
This is an example of text.
|
{% block footer %}
{% trans "This is an automatically generated email, please do not reply to this message." %} {% endblock %} |