{% extends "layout.html" %} {% block css_this_page %}page.css{% endblock %} {% block title %} {% if page.first%} {{blog.name}} {% else %} Page {{page.number}} of {{blog.name}} {%endif%} {% endblock %} {% block content %} {% for post in page.posts %}
{{post.datetime.strftime("%b %d, %y")}}

{{post.title}}

{{post.summary}}

Read more >>

{% endfor %}

{% if page.first == False %} {%endif%} {% if page.last == False %} {%endif%}

{% endblock %}