website/app/routes/contact.php
2016-04-20 21:06:02 -04:00

8 lines
106 B
PHP
Executable File

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