mirror of
https://github.com/simple-login/app.git
synced 2024-11-10 21:27:10 +01:00
9 lines
151 B
Plaintext
9 lines
151 B
Plaintext
{% extends "base.txt.jinja2" %}
|
|
|
|
{% block content %}
|
|
|
|
Your subscription will end at {{end_date}}.
|
|
|
|
Thanks for giving SimpleLogin a try!
|
|
|
|
{% endblock %} |