{% for note in notes %} {% include '/cards/note/view.html.twig' with {'note': note} %} {% endfor %} {% for actor in actors %} {% include 'actor/view.html.twig' with {'actor': actor} %} {% endfor %}