{{ define "main" }}
{{ partial "docs/main-nav.html" . }}
{{ partial "docs/breadcrumb.html" . }}
{{ if and (.Params.h1) (not .Params.notitle) }}

{{ .Params.h1 }}

{{ else if and (ne .Title "") (not .Params.notitle) }}

{{ .Title }}

{{ end }}
{{ partial "docs/table-of-contents.html" . }}
{{ if .Params.docs_home }} {{ partial "docs/special-pages/docs-home.html" . }} {{ else if .Params.cloud_overview }} {{ partial "docs/special-pages/cloud-overview.html" . }} {{ end }}
{{ .Content }}
{{ partial "docs/table-of-contents.html" . }} {{ partial "docs/feedback.html" . }} {{ partial "docs/right-nav-ad.html" }}
{{ end }} {{ define "footer" }} {{ partial "docs/footer.html" . }} {{ end }}