2011-09-19 08:56:16 -07:00
|
|
|
{% extends "mail/email_base.txt" %}
|
|
|
|
|
2012-07-25 00:20:36 -07:00
|
|
|
{% load utils_tags %}
|
|
|
|
|
2011-09-19 08:56:16 -07:00
|
|
|
{% block body %}Welcome to NewsBlur, {{ user.username }}.
|
|
|
|
|
2013-05-13 18:03:17 -07:00
|
|
|
OK, firstly, thank you for trying out NewsBlur. I've worked hard to make a great app, so congratulations on discovering a handcrafted experience.
|
2012-07-25 00:20:36 -07:00
|
|
|
|
|
|
|
Here are some easy ways to have a great time on NewsBlur:
|
2011-09-19 08:56:16 -07:00
|
|
|
|
2012-07-25 00:20:36 -07:00
|
|
|
* Follow friends from Twitter, Facebook, and NewsBlur: http://{% current_domain %}{{ user.profile.autologin_url }}?next=friends
|
2012-12-05 13:10:11 -08:00
|
|
|
* Visit the popular blurblog, The People Have Spoken: http://popular.newsblur.com
|
2013-03-15 12:35:10 -07:00
|
|
|
* Upgrade to a premium account for only $24/year: http://{% current_domain %}{{ user.profile.autologin_url }}?next=chooser
|
2011-09-21 17:49:26 -07:00
|
|
|
|
2013-05-13 18:03:17 -07:00
|
|
|
Spend a few days trying out NewsBlur. I hope you love it.
|
|
|
|
|
|
|
|
- Sam Clay{% endblock body %}
|