diff --git a/layouts/index.html b/layouts/index.html
new file mode 100644
index 0000000..3772f32
--- /dev/null
+++ b/layouts/index.html
@@ -0,0 +1,6 @@
+{{ partial "header.html" . -}}
+{{ if .Title }}{{ .Title }}{{ else }}{{ .Site.Title }}{{ end }}
+
+{{ .Content }}
+
+{{ partial "footer.html" . }}