{% extends 'partials/base.html.twig' %} {% set bodyclass = "categories" %} {% block content %}
{% for child in page.collection %}
{% include 'partials/projet-block.html.twig' with {'page':child,'display':'img'} %}
{% endfor %}
{% endblock %}