{% for post in posts %} {% if post.display == true %} {% include "post/_card.html.twig" with {post:post} %} {% endif %} {% endfor %}