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