mirror of
https://github.com/simple-login/app.git
synced 2024-11-11 05:36:32 +01:00
10 lines
165 B
Plaintext
10 lines
165 B
Plaintext
{% extends "base.txt.jinja2" %}
|
|
|
|
{% block content %}
|
|
Hi {{name}}
|
|
|
|
This is a test to make sure that you receive emails sent to your alias {{alias}}.
|
|
|
|
{% endblock %}
|
|
|