{% extends "mail/email_base.txt" %} {% load utils_tags %} {% block body %}Hey {{ user.username }}, NewsBlur is now social. {% if months_ago >= 1 %}It's been {{ months_ago }} month{{ months_ago|pluralize }} since you last saw NewsBlur. A lot has changed since then.{% else %}You've recently been on NewsBlur, but a lot has changed since even then.{% endif %} NewsBlur is now a social news reader. We just launched shared stories and if you miss the old Google Reader features, you'll love the new 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: https://{% current_domain %}{{ user.profile.autologin_url }} * Visit the popular blurblog, The People Have Spoken: https://popular.newsblur.com * {% if user.profile.is_premium %}Thank you, thank you, thank you for going premium! You are supporting a young startup and we are grateful to you.{% else %}Upgrade to a premium account for only $12/year: https://{% current_domain %}{{ user.profile.autologin_url }}?next=premium{% endif %} Spend a few days trying out NewsBlur. We hope you love it.{% endblock body %}