addHeader("App-Mode", "Dev"); $this->template()->setValue("title", "Главная"); $this->template()->setSubtemple("main", "main/index.tpl", [ ]); } catch(ServiceException $exception){} return true; } }