{% extends "v2/layout.html" %} {% import "v2/macros.html" as macros %} {% block page_title %} {% if not feed %} Entries {% else %} {{ feed.resolved_title or feed.url }} {% endif %} - reader {% endblock %} {% block main_title %} {% if not feed %} Entries {% else %} {{ feed.resolved_title or feed.url }} {% endif %} {% endblock %} {% block body %}
{% for entry in entries %}{{ summary | truncate(223) }}
{% endif %} {% set next_index = loop.index if not loop.last else loop.index - 1 -%} {% set next = url_for('.entries', **request.args) + '#entry-' + (next_index|string) %}no entries found
{% endfor %} {% endblock %}