Yii2 framework backup
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
312 B

{{ use('yii/web/JqueryAsset') }}
{{ register_jquery_asset() }}
{{ begin_page() }}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="{{ app.charset }}"/>
<title>{{ html.encode(this.title) }}</title>
{{ head() }}
</head>
<body>
{{ begin_body() }}
body
{{ end_body() }}
</body>
{{ end_page() }}