diff --git a/layouts/page/index.html b/layouts/page/index.html new file mode 100644 index 0000000000000000000000000000000000000000..6ba1fb76d9e3a5129f3965378d5e4a34454d044f --- /dev/null +++ b/layouts/page/index.html @@ -0,0 +1,3 @@ +{{ partial "top_home.html" . }} +{{ .Content }} +{{ partial "bottom_home.html" . }}