1
Fork 0
theorangeone.net-legacy/templates/email/base.html

11 lines
230 B
HTML

{% block subject %}
{% block subjectcontent %}{% endblock %}
{% endblock %}
{% block body %}
{% block bodycontent %}{% endblock %}
{% endblock %}
{% block html %}
{% block htmlcontent %}{% endblock %}
{% endblock %}