title = $page->title; $this->params['breadcrumbs'][] = $this->title; echo Html::tag('h1',$page->h1 ? $page->h1 : $page->title ); echo $page->body;