app-MAIL-temp/templates/emails/transactional/test-email.html

9 lines
297 B
HTML
Raw Normal View History

2019-11-20 22:07:44 +01:00
{% extends "base.html" %}
2019-11-16 15:26:50 +01:00
2019-11-20 22:07:44 +01:00
{% block content %}
{{ render_text("Hi " + name) }}
2019-11-20 22:07:44 +01:00
{{ render_text("This is a test to make sure that you receive emails sent to your alias <b>" + alias + "</b>.") }}
{{ render_text("If you have any questions, feel free to reply to this email.") }}
{% endblock %}
2019-11-16 15:26:50 +01:00