NewsBlur/templates/mail/email_new_premium.xhtml

11 lines
791 B
HTML
Raw Normal View History

{% extends "mail/email_base.xhtml" %}
{% block body %}
2014-05-29 12:19:13 -07:00
<p style="font-size: 24px; color:#555555; margin-top: 18px;margin-bottom: 10px;padding-top:6px;">Thank you, thank you, thank you!</p>
2011-09-19 17:46:56 -07:00
<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 %}