2017-08-20 23:34:26 +03:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>{{title}}</title>
|
2017-09-01 17:34:24 +03:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2017-10-13 17:05:22 +03:00
|
|
|
{{#base}}<base href="{{.}}">{{/base}}
|
2017-09-15 16:03:00 +03:00
|
|
|
<link rel=preload href="_assets/amatic-sc-v9-latin-regular.woff" as=font crossorigin>
|
2017-09-15 15:54:47 +03:00
|
|
|
<link href="_assets/style-{{style_css_checksum}}.css" rel="stylesheet">
|
2017-08-20 23:34:26 +03:00
|
|
|
</head>
|
|
|
|
<body>
|
2017-10-25 11:52:04 +03:00
|
|
|
<form class=search action=_search method=GET><input type=search name=q placeholder=search autocomplete=off></form>
|
2017-08-20 23:34:26 +03:00
|
|
|
{{{body}}}
|
|
|
|
</body>
|
|
|
|
</html>
|