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