{% extends "base.html" %} {% block content %} {% for feed in feeds %} {{ feed }}
{% endfor %} {% endblock %}