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