simple-login/templates/emails/transactional/test-email.html
2022-05-13 12:16:55 +02:00

9 lines
346 B
HTML

{% extends "base.html" %}
{% block content %}
{{ render_text("Hi " + name) }}
{{ 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 contact us through our <a href="' + support_page +'">support page</a>') }}
{% endblock %}