mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
17 lines
801 B
Text
17 lines
801 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=premium
|
|
|
|
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 %}
|