diff --git a/layouts/simple/single.html b/layouts/simple/single.html
index 9a5020d..f5b8473 100644
--- a/layouts/simple/single.html
+++ b/layouts/simple/single.html
@@ -1,12 +1,21 @@
-{{ define "main" }}
+{{ define "header" }}
+ {{ partial "header.html" . }}
+{{ end }}
+{{ define "main" }}
-
- {{ .Title }}
+
+ {{ partial "development/draft_tag.html" . }}
+
+
{{ .Title }}
+
-
+{{ end }}
+
+{{ define "footer" }}
+ {{ partial "footer.html" . }}
{{ end }}