1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
<?php use yii\helpers\Html; $this->title = $model['lang']['title']; ?> <div class="neck"> <?= Html::tag('h1', Html::encode($model['lang']['title']), []); ?> </div> </div> </div> <div class="policy clearfix"> <div class="policy-body"> <?= $model['lang']['content'] ?>