{% extends "base.html" %} {% block main %} {% for feedtitle, text in feed.items() %}

{{ feedtitle }}

{{ text[0]|safe }}
{% endfor%} {% endblock %}