mirror of
https://github.com/simple-login/app.git
synced 2024-11-10 21:27:10 +01:00
9 lines
297 B
HTML
9 lines
297 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 reply to this email.") }}
|
|
{% endblock %}
|
|
|