surwiki/templates/layout.html

21 lines
839 B
HTML
Raw Normal View History

<!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-10-25 14:24:42 +03:00
<link href="_assets/style-{{style_css_checksum()}}.css" rel="stylesheet">
</head>
<body>
<form class="search keyboard-focus-control" action=_search method=GET>
<input data-focusindex="0" type=search name=q placeholder=search autocomplete=off>
2017-10-25 14:24:42 +03:00
<ul class="live-results search-results">
</ul>
</form>
<ul id="search-result-prototype" class="prototype"><li class="search-result"><a class="link" href=""><span class="title"></span> &ndash; <span class="snippet"></span></a></li></ul>
2017-10-25 14:24:42 +03:00
<script src="_assets/search-{{search_js_checksum()}}.js" defer></script>
{{{body}}}
</body>
</html>