10 lines
151 B
PHP
10 lines
151 B
PHP
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>{{$title}}</title>
|
|
{{t GetSection('head') }}
|
|
</head>
|
|
<body>
|
|
{{t GetSection('content') }}
|
|
</body>
|
|
</html> |