blob: 8685a45e9ca6a8246b59e7fd540d076dfcc0e164 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!DOCTYPE html>
<html class="{{section}}" lang="ru">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"></meta>
<meta name="color-scheme" content="dark light"></meta>
<title>{{title}} - {{s_title}}</title>
<link rel="stylesheet" href="{{s_root}}/_/style.css">
<body>
{{menu}}
{{page}}
</body>
</html>
|