{{ block "main" . }}{{ end }}
-
+
{{ partial "footer" . }}
diff --git a/layouts/_default/simple.html b/layouts/_default/simple.html
new file mode 100644
index 0000000..57ca183
--- /dev/null
+++ b/layouts/_default/simple.html
@@ -0,0 +1,8 @@
+{{ define "main" }}
+
+
+{{ end }}
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index a231fc3..5a7f954 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,4 +1,4 @@
-{{ .Title }}
+
+ {{ .Content }}
+
+