{% extends "layout.html" %} {% block body %} {% for post in blog.posts %}
{{ post.title }}
Source: {{ post.feed }} | Author: {{ post.author }} | Published: {{ post.published.strftime("%b %d, %Y") }}
{{ post.summary }}
Read more
{% endfor %} {% endblock %}