TRUE, 'index' => __FILE__)); $app->route('/', function() use($app) { $app->view('views/index.tpl.php'); }); $app->run();