blob: 46bc48e6f3c9b5ab28e7b546e3e9d23ff5e5b5e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{detag (or page.title 'Page Not Found')}}{{#if site.title}} :: {{site.title}}{{/if}}</title>
<link rel="stylesheet" href="{{uiRootPath}}/css/site.css">
{{> head}}
</head>
<body class="status-404">
{{> header}}
{{> main}}
{{> footer}}
</body>
</html>
|