NewsBlur-viq/templates/mail/email_new_account.txt
2012-07-25 00:20:36 -07:00

15 lines
No EOL
752 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. We've worked hard to make a great app, so congratulations on discovering a handcrafted experience.
Here are some easy ways to have a great time on NewsBlur:
* Follow friends from Twitter, Facebook, and NewsBlur: http://{% current_domain %}{{ user.profile.autologin_url }}?next=friends
* Visit the popular blurblog, The People Have Spoken: http://popular.dev.newsblur.co
* Upgrade to a premium account for only $12/year: http://{% current_domain %}{{ user.profile.autologin_url }}?next=chooser
Spend a few days trying out NewsBlur. We hope you love it.{% endblock body %}