NewsBlur/templates/mail/email_new_account.txt
2019-07-28 16:33:12 -07:00

17 lines
No EOL
800 B
Text

{% extends "mail/email_base.txt" %}
{% load utils_tags %}
{% block body %}Welcome to NewsBlur, {{ user.username }}.
OK, firstly, thank you for trying out NewsBlur. I hope NewsBlur can make your daily reading more personal and intelligent.
Here are some easy ways to have a great time on NewsBlur:
* Follow friends from Twitter, Facebook, and NewsBlur: https://{% current_domain %}{{ user.profile.autologin_url }}?next=friends
* Visit the popular blurblog, The People Have Spoken: https://popular.newsblur.com
* Upgrade to a premium account for only $36/year: https://{% current_domain %}{{ user.profile.autologin_url }}?next=chooser
I made NewsBlur because I wanted a better way to read the news and talk about it with people. I hope you love it, too.
- Sam Clay{% endblock body %}