{{ partial "docs/breadcrumb.html" . }}
{{ .Content }}
{{ 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 }}
{{ partial "docs/table-of-contents.html" . }}
{{ partial "docs/feedback.html" . }}
{{ partial "docs/right-nav-ad.html" }}