startRouter(include_once __DIR__ . '/../routes.php'); $app->startTemplating(); echo $app->router->resolve( RouterRequest::fromServer($_SERVER, $_GET, $_POST, $_COOKIE) );