NewsBlur/templates/mail/email_new_premium_pro.xhtml
2022-01-11 15:56:19 -05:00

12 lines
No EOL
760 B
HTML

{% extends "mail/email_base.xhtml" %}
{% block body %}
<h2 style="color: #282F33; font-size: 18px; font-weight: bold;">Thank you, thank you, thank you!</h2>
<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 %}