{# Partiel breadcrumb public Usage: {% include 'partials/_breadcrumb_public.html.twig' with { items: breadcrumb_items } %} items: tableau ordonné d'objets { label: string, url?: string, active?: bool } #} {% if items is defined and items|length > 0 %} {% endif %}