{% extends "layout.html" %} {% block content %}

You are subscribed to the following feeds

{% for feed in feeds|sort(attribute="title") %} {% endfor %}
# Title Site Articles Actions
{{ loop.index }} {{ feed.title }} {{ feed.site_link }} {{ feed.articles|count }}
{% endblock %}