NewsBlur/templates/mail/email_new_account.txt
2022-04-11 11:52:27 -04:00

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 %}