1 定义子模板
<?php use yii\helpers\Html; ?> this is child
2 模板包含
<?php use yii\helpers\Html; /* @var $this yii\web\View */ $this->title = 'About'; ?> <?php echo $this->render('_left');?>