{{ with .Params.canonicalUrl }}
{{ end }} {{ partial "head.html" . }}
{{ partial "navbar.html" . }} {{ partial "announcement.html" . }} {{ block "hero" . }}
{{ if .IsSection }}
{{ else }}
{{ end }} {{ $sectionHeading := .Site.GetPage "section" .Section }} {{ with $sectionHeading }} {{ .Title }} {{ end }} {{ if .IsSection }}
{{ else }}{{ end }}
{{ end }}
{{ with .CurrentSection.OutputFormats.Get "rss" -}}
{{ T "rss_link_label" }}
{{ end -}} {{ block "deprecation_warning" . }} {{ partial "version-banner.html" . }} {{ end }} {{ block "main" . }}{{ end }}
{{ partial "footer.html" . }}
{{ partial "scripts.html" . }}