mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
11 lines
No EOL
791 B
HTML
11 lines
No EOL
791 B
HTML
{% extends "mail/email_base.xhtml" %}
|
|
|
|
{% block body %}
|
|
<p style="font-size: 24px; color:#555555; margin-top: 18px;margin-bottom: 10px;padding-top:6px;">Thank you, thank you, thank you!</p>
|
|
<p style="line-height: 20px;">A <b>huge</b> thanks for going premium.</p>
|
|
<p style="line-height: 20px;">Your subscription goes a long way towards funding the further development of NewsBlur.</p>
|
|
<p style="line-height: 20px;">There's still a ton of great work to be done, and you are personally keeping the dream alive. Thanks again, paying users like you make this entire endeavor worthwhile.</p>
|
|
<p style="line-height: 20px;">- Sam Clay</p>
|
|
{% endblock %}
|
|
|
|
{% block resources_header %}Now that you're premium, you may want to follow a few resources:{% endblock resources_header %} |