render('index', ['model' => $model]); } public function actionAuthors() { $model = new News(); return $this->render('authors', ['model' => $model]); } }