{% extends "base.html" %} {% block stats %} {% if stats %}
{{ stats.total_items }} Sources
{{ stats.sources_used }} Feeds
{{ stats.selected_items }} Selected
{% if stats.word_count %}
{{ stats.word_count }} Words
{% endif %}
{% endif %} {% endblock %} {% block content %} {% for section in sections %}
{{ section.icon }}

{{ section.title }}

{{ section.content | safe }}
{% endfor %} {% endblock %}