{% extends "main/layout.html" %} {% block title %}Marlous van Leeuwen{% endblock %} {% block main %} {% for post in posts %} {{ post.title }} {% endfor %} {% endblock %}