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