addCssFile('news.css'); } public function index() { $news = $this->newsLoader->getNews(); $this->view->prepareData($news); return $this->render('news') ->with(compact('news')); } }