{% extends "layouts/main.njk" %} {% block body %} {% for post in posts %} {{ post.data.get('title') }} {% endfor %} {% endblock %}