+ {{ partial "header.html" . -}}
+
+ {{- block "side" . }}{{- end }}
+
+ {{- block "main" . }}{{- end }}
+ {{- partial "footer.html" . -}}
-
-
-
- {{- block "main" . }}{{- end }}
- {{- partial "footer.html" . -}}
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index bb78802..32bf68a 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -1,5 +1,5 @@
{{ define "main" }}
-
+
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index e69de29..2995297 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -0,0 +1,4 @@
+
\ No newline at end of file
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index e69de29..45e71ff 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -0,0 +1,36 @@
+