public function actionHtml()
 {
     /** @var SiteMap[] $models */
     $models = SiteMap::find()->all();
     return $this->render('html', ['models' => $models]);
 }