Private
Public Access
1
0
Files
rowsandall/rowers/templates/fileemail.html
2018-08-28 11:59:18 +02:00

14 lines
231 B
HTML

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