get('/music', function() use($app) { $app->render('music.twig'); })->name('music');