diff --git a/templates/layout/base.html b/templates/layout/base.html
new file mode 100644
index 0000000..1ecd403
--- /dev/null
+++ b/templates/layout/base.html
@@ -0,0 +1,19 @@
+{{ define "base" }}
+
+
+
+
+ {{ .Title }}
+
+
+
+
+ {{ block "content" . }}{{ end }}
+
+ {{ template "footer" . }}
+
+
+{{ end }}
+
diff --git a/templates/layout/footer.html b/templates/layout/footer.html
new file mode 100644
index 0000000..6487e43
--- /dev/null
+++ b/templates/layout/footer.html
@@ -0,0 +1,4 @@
+{{ define "footer" }}
+
+{{ end }}
+