mirror of
https://github.com/simple-login/app.git
synced 2024-11-16 17:08:30 +01:00
11 lines
227 B
Text
11 lines
227 B
Text
{% extends "base.txt.jinja2" %}
|
|
|
|
{% block content %}
|
|
Hi {{name}}
|
|
|
|
This is a test to make sure that you receive emails sent to your alias {{alias}}.
|
|
|
|
If you have any questions, feel free to reply to this email.
|
|
|
|
{% endblock %}
|
|
|