registerMetaTag([
'name' => 'robots',
'content' => 'noindex, nofollow',
]);
AppAsset::register($this);
?>
beginPage() ?>
= Html::csrfMetaTags() ?>
= Html::encode($this->title) ?>
head() ?>
beginBody() ?>
isset( $this->params[ 'breadcrumbs' ] ) ? $this->params[ 'breadcrumbs' ] : [],
]);
?>
endBody() ?>
endPage() ?>