<?php
use yii\helpers\Html;
/**
* @var yii\base\View $this
*/
$this->title = 'About';
?>
<h1><?php echo Html::encode($this->title); ?></h1>