getCode(); $file = is_file($file = __DIR__ . "/$code.latte") ? $file : __DIR__ . '/4xx.latte'; $this->template->httpCode = $code; $this->template->setFile($file); } }