layout.tpl 320 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
{use class="yii\web\JqueryAsset"}
{JqueryAsset::register($this)|void}
{$this->beginPage()}
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="{$app->charset}"/>
    <title>{$this->title|escape}</title>
    {$this->head()}
</head>
<body>
{$this->beginBody()}
    body
{$this->endBody()}
</body>
{$this->endPage()}