{% extends "layout.html" %} {% block content %}

{{blog.name}}

{{blog.description}}

Ð
{% for post in page.posts %}
{{post.title}} {{post.datetime.strftime("%b %d, %y")}}
{% endfor %}
{% if page.first == False %} {%endif%} {% if page.last == False %} {%endif%}
{% endblock %}