render('home', [ 'name' => 'My PHP MVC Framework' ]); } public function contact() { return $this->render('contact'); } }