{% extends "layout.html" %} {% block content %} {% for post in posts %}

{{ post.pagetitle }}

{% endfor %} {% endblock content %}