8 lines
123 B
Smarty
8 lines
123 B
Smarty
{use class="yii\helpers\Html"}
|
|
|
|
{$this->beginPage()}
|
|
{$this->beginBody()}
|
|
{$content}
|
|
{$this->endBody()}
|
|
{$this->endPage()}
|