-
+ {{ partial "version-banner.html" . }}
+ {{ if not .Site.Params.ui.breadcrumb_disable }}{{ partial "breadcrumb.html" . }}{{ end }}
+ {{ if .Draft }}
+
+
{{ partialCached "footer.html" . }}
diff --git a/layouts/swagger/baseof.html b/layouts/swagger/baseof.html
index 2f96812..87a29db 100644
--- a/layouts/swagger/baseof.html
+++ b/layouts/swagger/baseof.html
@@ -19,15 +19,15 @@
- DRAFT
-This document is a draft and will not be published.
+
+
+ {{ end }}
+ {{ block "main" . }}{{ end }}
+ DRAFT
+This document is a draft and will not be published.
+
+ {{ partial "toc.html" . }}
- {{ end }}
- {{ block "main" . }}{{ end }}
-
- {{ partial "toc.html" . }}
-
+ {{ partial "toc.html" . }}
+
{{ partialCached "footer.html" . }}