{% set bodyClass = 'main-np' %} {% extends 'layout.twig' %} {% block content %} {% for post in posts %} {{ post.title }} {% endfor %} {% endblock %}