render('index'); } /** * Display one article page. * @return string */ public function actionView() { return $this->render('view'); } }