Private
Public Access
1
0
Files
rowsandall/rowers/templates/csvemail.html
Sander Roosendaal 9d46190e85 fixing using jinja2
2018-03-19 23:01:32 +01:00

14 lines
229 B
HTML

{% extends "emailbase.html" %}
{% block body %}
<p>Dear <strong>{{ first_name }}</strong>,</p>
<p>
Please find attached the requested file for your workout.
</p>
<p>
Best Regards, the Rowsandall Team
</p>
{% endblock %}