From 2b356d51c46f9c1b26939e4e2fe693e1886e9501 Mon Sep 17 00:00:00 2001
From: Thierry Parmentelat <thierry.parmentelat@inria.fr>
Date: Thu, 14 Jan 2016 13:55:57 +0100
Subject: [PATCH] missing

---
 website/nepi-layout/page.html | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 website/nepi-layout/page.html

diff --git a/website/nepi-layout/page.html b/website/nepi-layout/page.html
new file mode 100644
index 00000000..0c3db4a8
--- /dev/null
+++ b/website/nepi-layout/page.html
@@ -0,0 +1,24 @@
+<!doctype html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1, minimal-ui">
+    <title>{{title}}</title>
+    <link type="text/css" rel="stylesheet" href="{{asset 'css/github-markdown.css'}}">
+    <link type="text/css" rel="stylesheet" href="{{asset 'css/pilcrow.css'}}">
+    <link type="text/css" rel="stylesheet" href="{{asset 'css/hljs-github.min.css'}}"/>
+    <style>
+      body {
+        min-width: 200px;
+        max-width: 790px;
+        margin: 0 auto;
+        padding: 30px;
+      }
+    </style>
+  </head>
+  <body>
+    <article class="markdown-body">
+      {{~> content}}
+    </article>
+  </body>
+</html>
-- 
2.47.0