"My App"]); $phpView->setLayout("layout.php"); $phpView->render($response, 'main.php', ["title" => "Hello - My App", "name" => "John"]); } catch (Exception $e) { die ('Error ' . $e->getMessage()); }