addHeader("App-Mode", "Dev"); $this->template()->setValue("title", "Главная"); } catch(\Throwable $e){$error = $this->checkError($e);} return $this->renderResponse("main", "@main/index.tpl", [ "date" => (new \DateTime())->format('Y-m-d H:i:s'), "error" => $error ?? null ]); } }