<?php /* @var $this \yii\web\View */ /* @var $content string */ use yii\helpers\Html; ?> <?php $this->beginPage() ?> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=<?= Yii::$app->charset ?>"/> <title><?= Html::encode($this->title) ?></title> <?=Html::csrfMetaTags() ?> <link href="/css/base.css?r=20170606" rel="stylesheet" type="text/css"> <?php $this->head() ?> </head> <body> <?php $this->beginBody() ?> <?= $content ?> <?php $this->endBody() ?> </body> </html> <?php $this->endPage() ?>