layout.twig 287 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14
{{ this.beginPage() }}
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="<?php echo Yii::$app->charset; ?>"/>
    <title>{{ html.encode(this.title) }}</title>
    {{ this.head() }}
</head>
<body>
{{ this.beginBody() }}
    body
{{ this.endBody() }}
</body>
{{ this.endPage() }}