Routing
<div id="main-grid"> <aside> <Navbar courses={data ?? []} /> </aside> <main> <Outlet /> </main> </div>