{% extends "base.html" %} {% block head %} {% endblock %} {% block pagetype %} scroll {% endblock %} {% block content %} {% for post in feed %}


{{ post.title }}

{{ post.published }}
{{ post.link }}
{{ post.summary | safe }}
{% endfor %} {% endblock %}