{% extends "layout.html" %} {% block content %} <div class="container"> <h1>{{ _('You are subscribed to %(feed_count)d feeds.', feed_count=feeds.count()) }} <a href="{{ url_for("feed.form") }}">{{ _('Add') }}</a> {{ _('a feed') }}.</h1> {% include "feed_list.html" %} </div><!-- /.container --> {% endblock %}