<?php

$app->get('/contact', function() use($app) {

	$app->render('pages/contact.twig');

})->name('contact');