{% extends 'base.html' %} {% load recommendations_tags utils_tags statistics_tags %} {% block extra_head_js %} {% if user.is_staff %} {% endif %} {% if custom_styling and custom_styling.custom_js %} {% endif %} {% if custom_styling and custom_styling.custom_css %} {% endif %} {% endblock %} {% block bodyclass %} NB-body-main {% if preferences.theme == "dark" %}NB-dark{% endif %} {% endblock %} {% block content %}

NewsBlur

- The best stories from your friends and favorite blogs, all in one place.

{% if not user_profile.hide_getting_started %} {% render_getting_started %} {% endif %}
All Site Stories
{% render_features_module %} {% if recommended_feeds %} {% render_recommended_feed recommended_feeds %} {% endif %} {% if user.is_staff and unmoderated_feeds %} {% render_recommended_feed unmoderated_feeds 1 %} {% endif %}
{% render_feeds_skeleton %} {% endblock %}