{# components/bottom_nav.twig #} {% set items = items ?? [ { key: 'dashboard', label: translations.home ?? 'Home', icon: 'bi-house', href: ROOT ~ '/dashboard' }, { key: 'schedule', label: translations.schedule ?? 'Schedule', icon: 'bi-calendar3', href: ROOT ~ '/schedule' }, { key: 'tasks', label: translations.tasks ?? 'Tasks', icon: 'bi-check2-square', href: ROOT ~ '/tasks' }, { key: 'profile', label: translations.profile ?? 'Profile', icon: 'bi-person', href: ROOT ~ '/me' }, ] %}