c = $c; } protected function render404($response, $content = NULL) { return $this->c->view->render($response->withStatus(404), '/404.twig', $content); } } ?>