{# Renders django-simplemenu Menu with Bootstrap 5 styling. Usage: {% include "dash/shared/navbar.html" with menu=menus.primary %} Custom MenuItem attributes (not part of default django-simplemenu): - icon: Font Awesome icon name Example: MenuItem("Home", reverse("home"), icon="home") - is_external: Opens link in new tab with target="_blank" rel="noopener" Example: MenuItem("Docs", "https://example.com", is_external=True) Optional parameters: - outer_class: CSS class for the