{% comment %} Composant Navbar Item pour les éléments de navigation Usage: Home Inbox Dashboard Settings Notifications Paramètres: - href: URL de destination - icon: icône à gauche - icon_trailing: icône à droite - badge: badge avec contenu (nombre ou texte) - badge_variant: variant du badge ("neutral", "primary", "secondary", "success", "warning", "error") - current: état actif/courant - class: classes CSS supplémentaires {% endcomment %} {% if href %} {% elif 'hx-get' in attrs %} {% else %} {% endif %} {% if icon %} {% endif %} {{ slot }} {% if badge %} {{ badge }} {% endif %} {% if icon_trailing %} {% endif %} {% if href %} {% elif 'hx-get' in attrs %} {% else %} {% endif %}