diff --git a/layouts/index.html b/layouts/index.html
new file mode 100644
index 0000000..3d6cfd5
--- /dev/null
+++ b/layouts/index.html
@@ -0,0 +1,12 @@
+{{ partial "header.html" . }}
+
+
+{{ range (where .Data.Pages ".Params.hidefromhome" "!=" "true") }}
+
+
+
+
+{{ end }}
+
+
+{{ partial "footer.html" . }}