{% comment %} Composant Breadcrumb individuel Usage: Paramètres: - icon: nom de l'icône (optionnel) - label: texte du breadcrumb (requis) - href: lien (optionnel, si absent = page actuelle) {% endcomment %}
  • {% if href %} {% if icon %} {% endif %} {{ label }} {% else %} {% if icon %} {% endif %} {{ label }} {% endif %}