{% 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 %} {% render_dashboard_rivers_left dashboard_rivers %}
{% render_feeds_skeleton %} {% endblock %}