{# ====== Portfolio Grid — Partial reutilisable pour homepage ====== #} {# Variables attendues : portfolioItems (tableau de PortfolioItem) #} {% if portfolioItems is defined and portfolioItems|length > 0 %}
{% for item in portfolioItems|slice(0, 6) %} {% include '_partials/_portfolio_card.html.twig' with { item: item } %} {% endfor %}
Voir toutes les realisations →
{% endif %}