34 lines
749 B
HTML
34 lines
749 B
HTML
{% extends "emailbase.html" %}
|
|
|
|
{% block body %}
|
|
<p>Dear <strong>{{ first_name }}</strong>,</p>
|
|
|
|
<p>
|
|
Welcome on the trial for the Pro plan.
|
|
</p>
|
|
<p>
|
|
As the developer of the Rowsandall.com site I am very interested to know
|
|
what you think of Rowsandall.com.
|
|
Especially, I'd like to understand how you started using the site,
|
|
what you are looking for, and what you think could be improved.
|
|
</p>
|
|
|
|
<p>
|
|
I'd also love to hear a bit about your rowing background.
|
|
</p>
|
|
|
|
<p>
|
|
So don't hesitate to respond to this email and let me know. I will read and respond to each
|
|
email.
|
|
</p>
|
|
|
|
<p>
|
|
Thank you very much for your help and for supporting <a href="rowsandall.com">rowsandall.com</a>.
|
|
</p>
|
|
|
|
|
|
<p>
|
|
Best Regards, the Rowsandall Team
|
|
</p>
|
|
{% endblock %}
|