diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html new file mode 100644 index 0000000..c70ee86 --- /dev/null +++ b/layouts/_default/baseof.html @@ -0,0 +1,27 @@ + + + + {{ partial "head.html" . }} + {{ partial "favicons.html" . }} + {{ partial "meta.html" . }} + + + {{ block "body" . }} + + {{ end }} + +
+ {{ partial "header.html" . }} + +
+ {{ block "main" . }}{{ end }} +
+ + {{ block "footer" . }} + {{ partial "footer.html" . }} + {{ end }} +
+ + {{ partial "javascript.html" . }} + + diff --git a/layouts/partials/meta.html b/layouts/partials/meta.html new file mode 100644 index 0000000..ef9e6a9 --- /dev/null +++ b/layouts/partials/meta.html @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file