{% extends "layout.html" %} {% import "macros.html" as macros %} {% block page_title %} {% if not feed %} Entries {% else %} {{ feed.resolved_title or feed.url }} {% endif %} - {{ super() }} {% endblock %} {% block body %} {{ macros.flashed_messages() }} {%- if not feed %}
no entries found
{% endfor %} {% endblock %}