{% extends "baseTemplate/index.html" %} {% load static %} {% block title %}Email templates{% endblock %} {% block content %}

Email templates

Use {$ '{{email}}' $}, {$ '{{name}}' $} and {$ '{{unsubscribe_url}}' $} anywhere in the subject or body — they are the only placeholders that get substituted; everything else in the body is sent exactly as written.

Templates

NameSubjectActions

No templates yet

{$ form.id ? 'Edit template' : 'New template' $}

Preview (sample subscriber)

Subject:

HTML

Plain text

{$ previewResult.textBody $}
{% endblock %} {% block scripts %} {% endblock %}