{% extends 'base.html' %} {% load typogrify_tags recommendations_tags utils_tags statistics_tags %} {% block content %}

NewsBlur

- A visual feed reader with intelligence.

What's New
{% if user.is_staff %}
Add
{% endif %}

New Features

{% for feature in features %} {% endfor %}
{% localdatetime feature.date "%b %d, %Y" %} {{ feature.description|typogrify }}
{% if user.is_staff %}
{{ feature_form.description }}
{% endif %}

Community Feedback

{% render_feedback_table feedbacks %}
{% if recommended_feeds %} {% render_recommended_feed recommended_feeds %} {% endif %} {% if user.is_staff and unmoderated_feeds %} {% render_recommended_feed unmoderated_feeds 1 %} {% endif %}
{% if not user.is_authenticated %}
How It Works
{% filter typogrify %}Read the
original site.{% endfilter %}
{% filter typogrify %}Easily train NewsBlur to highlight stories you like.{% endfilter %}
{% filter typogrify %}NewsBlur will filter out stories which you don't like.{% endfilter %}
{% filter typogrify %}Quickly import
your feeds from
Google Reader.{% endfilter %}
{% filter typogrify %}Use the free iPhone app.{% endfilter %}
{% filter typogrify %}Open source,
regularly improved,
attention to detail.{% endfilter %}
{% else %} {% if not user_profile.tutorial_finished %}
Tutorial

Takes minutes Learn to use NewsBlur

Launch the 5 step tutorial
{% endif %} {% if not user_profile.hide_mobile %}
Mobile Apps

Official Client
NewsBlur
iPhone

User-Built Client
Blar
Android

{% endif %} {% endif %} {% render_statistics_graphs statistics %}
 
0 0 0
Dashboard
Everything is on its way...
Everything
Saved Stories
    • Original
      Return to
      Original
    • Feed
    • Story
    • Next Unread
    • {% if not user.is_authenticated %} {% endif %}
    {% if not user.is_authenticated %} {% endif %}
      {% endblock %}