{% extends theme("base.html") %} {% block content %} {% if site.slogan %} {{site.slogan}} {% endif %} {% for post in posts %} {% include theme("post-teaser.html") %} {% endfor %} Older Newer {% endblock %}