diff --git a/layouts/404.html b/layouts/404.html
index 06ca617..f0b35fb 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -1,10 +1,19 @@
+
+{{- partial "docs/shared" -}}
+
-{{ define "main"}}
-
-
-
-{{ end }}
+
+ {{ partial "docs/html-head" . }}
+ {{ partial "docs/inject/head" . }}
+
-{{ define "toc" }} {{ end }}
\ No newline at end of file
+
+
+ 404 Not Found
+
+
+ {{ partial "docs/inject/body" . }}
+ {{ template "_internal/google_analytics_async.html" . }}
+
+
+
diff --git a/layouts/docs/baseof.html b/layouts/docs/baseof.html
index 805e060..9623041 100644
--- a/layouts/docs/baseof.html
+++ b/layouts/docs/baseof.html
@@ -32,10 +32,10 @@
{{ template "toc" . }}
-
- {{ partial "docs/inject/body" . }}
- {{ template "_internal/google_analytics_async.html" . }}
+
+ {{ partial "docs/inject/body" . }}
+ {{ template "_internal/google_analytics_async.html" . }}