2022-12-30 16:23:27 +00:00

11 lines
261 B
HTML

{% extends "base.html" %}
{% block content %}
{{ render_text("Hi") }}
{{ render_text("Please find in the attached zip file a copy of your data which are stored on SimpleLogin. ") }}
{{ render_text('Best,
<br />
SimpleLogin Team.') }}
{% endblock %}