<?php

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

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

})->name('home');