]> git.vanrenterghem.biz Git - www2.vanrenterghem.biz.git/blobdiff - html/landing.mustache
Voeg mustache templates toe.
[www2.vanrenterghem.biz.git] / html / landing.mustache
diff --git a/html/landing.mustache b/html/landing.mustache
new file mode 100644 (file)
index 0000000..6749b33
--- /dev/null
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    {{>head}}
+    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css">
+  </head>
+  <body>
+    {{>navbar}} 
+
+    <main class="container-fluid">
+
+         {{{contents}}}
+    </main>
+    
+    {{>footer}}
+  </body>
+</html>