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