newsletter_html.html 194 B

123456789
  1. {% extends "_email/base_html.html" %}
  2. {% load i18n %}
  3. {% load url from future %}
  4. {% block title %}{{ subject }}{% endblock %}
  5. {% block content %}
  6. {{ content_html|safe }}
  7. {% endblock %}