{% extends "./layout/base.twig" %} {% block content %} {% for block in post_type.pages[0].blocks %} {% include './blocks/'~block.key~'.twig' with {'block': block } %} {% endfor %} {% endblock %}