twig = new TwigWrapper(); } public function process() { $options = array("title" => "Devtools"); return $this->twig->render("devtool_home.html", $options); } }