]> git.vanrenterghem.biz Git - www2.vanrenterghem.biz.git/blobdiff - html/post-index.mustache
Voeg mustache templates toe.
[www2.vanrenterghem.biz.git] / html / post-index.mustache
diff --git a/html/post-index.mustache b/html/post-index.mustache
new file mode 100644 (file)
index 0000000..5622b6d
--- /dev/null
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    {{>head}}
+  </head>
+  <body>
+    {{>navbar}} 
+
+    <main class="container content inlinepage">
+
+         {{{contents}}}
+    </main>
+    
+    {{>footer}}
+  </body>
+</html>