get('/music', function() use($app) { $albums = $app->album->all(); $app->render('music.twig', [ 'albums' => $albums, ]); })->name('music');