summaryrefslogtreecommitdiffstats
path: root/site/layouts/_default/baseof.html
diff options
context:
space:
mode:
Diffstat (limited to 'site/layouts/_default/baseof.html')
-rw-r--r--site/layouts/_default/baseof.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/site/layouts/_default/baseof.html b/site/layouts/_default/baseof.html
new file mode 100644
index 0000000..fdf19b3
--- /dev/null
+++ b/site/layouts/_default/baseof.html
@@ -0,0 +1,21 @@
+<!doctype html>
+<html lang="en">
+ <head>
+ {{ partial "header" . }}
+ </head>
+ {{ block "body_override" . }}<body>{{ end }}
+ {{ partial "skippy" . }}
+ {{ partial "icons" . }}
+
+ {{ partial "docs-navbar" . }}
+
+ {{ block "main" . }}
+ {{ end }}
+
+ {{ partial "footer" . }}
+ {{ partial "scripts" . }}
+
+ {{ block "footer" . }}
+ {{ end }}
+ </body>
+</html>