1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
theorangeone.net-legacy/templates/email/base.html

12 lines
230 B
HTML
Raw Normal View History

2016-01-24 19:54:57 +00:00
{% block subject %}
{% block subjectcontent %}{% endblock %}
{% endblock %}
{% block body %}
{% block bodycontent %}{% endblock %}
{% endblock %}
{% block html %}
{% block htmlcontent %}{% endblock %}
{% endblock %}