diff --git a/layouts/post/single.html b/layouts/post/single.html
new file mode 100644
index 00000000..4645ad83
--- /dev/null
+++ b/layouts/post/single.html
@@ -0,0 +1,12 @@
+{{ partial "header.html" . }}
+
+
+ {{ .Title }}
+
+
+ {{ .Content }}
+
+
+{{ partial "footer.html" . }}