2017-08-20 23:34:26 +03:00
|
|
|
<!DOCTYPE html>
|
2018-08-21 22:57:40 +03:00
|
|
|
<html>
|
2017-08-20 23:34:26 +03:00
|
|
|
<head>
|
|
|
|
<title>{{title}}</title>
|
2017-09-01 17:34:24 +03:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2018-06-16 15:51:13 +03:00
|
|
|
<meta charset="utf-8">
|
2017-10-13 17:05:22 +03:00
|
|
|
{{#base}}<base href="{{.}}">{{/base}}
|
2018-06-25 00:00:35 +03:00
|
|
|
<link href="_assets/{{themes_css()}}" rel="stylesheet">
|
|
|
|
<link href="_assets/{{style_css()}}" rel="stylesheet">
|
2017-11-20 12:12:10 +03:00
|
|
|
<meta name="generator" content="{{project_name()}} {{version()}}" />
|
2017-08-20 23:34:26 +03:00
|
|
|
</head>
|
2018-09-18 20:43:33 +03:00
|
|
|
<body class="{{#theme().}}{{.css_class()}}{{/theme()}}">
|
2017-10-26 12:32:45 +03:00
|
|
|
{{>search_input.html}}
|
2017-08-20 23:34:26 +03:00
|
|
|
{{{body}}}
|
|
|
|
</body>
|
|
|
|
</html>
|