<?php
	
$app->get('/home', function() use($app) {
	
	$app->render('home.php');

})->name('home');