missing
[nepi.git] / website / nepi-layout / page.html
1 <!doctype html>
2 <html>
3   <head>
4     <meta charset="utf-8">
5     <meta name="viewport" content="width=device-width, initial-scale=1, minimal-ui">
6     <title>{{title}}</title>
7     <link type="text/css" rel="stylesheet" href="{{asset 'css/github-markdown.css'}}">
8     <link type="text/css" rel="stylesheet" href="{{asset 'css/pilcrow.css'}}">
9     <link type="text/css" rel="stylesheet" href="{{asset 'css/hljs-github.min.css'}}"/>
10     <style>
11       body {
12         min-width: 200px;
13         max-width: 790px;
14         margin: 0 auto;
15         padding: 30px;
16       }
17     </style>
18   </head>
19   <body>
20     <article class="markdown-body">
21       {{~> content}}
22     </article>
23   </body>
24 </html>