{{ partial "head.html" . }}
{{ partial "navbar.html" . }} {{ partial "announcement.html" . }} {{ block "hero" . }} {{ end }}
{{ if not .Site.Params.ui.breadcrumb_disable }}{{ partial "breadcrumb.html" . }}{{ end }} {{ block "deprecation_warning" . }} {{ partial "version-banner.html" . }} {{ end }} {{ block "outdated_content" . }} {{ partial "docs/outdated_content.html" . }} {{ end }} {{ block "main" . }}{{ end }} {{- if .HasShortcode "thirdparty-content" -}} {{ block "thirdparty-disclaimer" . }} {{ partial "docs/thirdparty-disclaimer.html" . }} {{- end -}} {{- end -}} {{- if (.Param "auto_generated") -}} {{ block "auto-generated-pageinfo" . }} {{ partial "docs/auto-generated-pageinfo.html" . }} {{- end -}} {{- end -}}
{{ partial "footer.html" . }} {{ partial "scripts.html" . }}