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 }}.
|
|
|
|
|
2016-12-22 11:06:41 -08:00
|
|
|
OK, firstly, thank you for trying out NewsBlur. I hope NewsBlur can make your daily reading more personal and intelligent.
|
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
|
|
|
|
2019-07-28 16:33:12 -07:00
|
|
|
* 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
|
2022-04-11 11:52:27 -04:00
|
|
|
* Upgrade to a premium account for only $36/year: https://{% current_domain %}{{ user.profile.autologin_url }}?next=premium
|
2011-09-21 17:49:26 -07:00
|
|
|
|
2016-12-22 11:06:41 -08:00
|
|
|
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.
|
2013-05-13 18:03:17 -07:00
|
|
|
|
2022-04-11 11:52:27 -04:00
|
|
|
- Sam Clay{% endblock body %}
|