{% extends "base.html" %} {% block title %}Hello!{% endblock %} {% block head %} {% endblock %} {% block content %}
{% for feed in feeds %} {% include "feed.html" %} {% endfor %}
Feed Name Feed URL Last Mail Sent Actions
{% endblock %}