]> Untitled Git - sneer-archive-site.git/blob - templates/base.html
On branch main
[sneer-archive-site.git] / templates / base.html
1 <!doctype html>
2 <html class="no-js" lang="en">
3     <head>
4         <meta charset="utf-8">
5         <meta http-equiv="x-ua-compatible" content="ie=edge">
6         <title>${args.title}</title>
7         <meta name="description" content="">
8         <meta name="viewport" content="width=device-width, initial-scale=1">
9         <link href="/archives/style.css" rel="stylesheet">
10
11         <link rel="apple-touch-icon" href="/archives/apple-touch-icon.png">
12         <script src="/archives/elasticlunr.min.js"></script>
13     </head>
14     <body>
15         ${args.topbarTpl { inherit (args) sort; }}
16         ${args.content}
17     </body>
18 </html>