twig = $twig; } public function display() { return $this->twig->render('404page.html', array()); } }