{% extends "base.html" %} {% block title %}RSS River{% endblock %} {% block content %}
Newest items across every active feed.
{{ item.summary[:200] }}{% if item.summary|length > 200 %}…{% endif %}