{{ if $.Param "docs" }} {{ partial "version-dropdown-menu" . }} {{ end }}

{{ .Title | markdownify }}

{{ if .Page.Params.state }} {{ partial "feature-state-alert" . }} {{ end }} {{ if .Page.Params.ga }} {{ partial "ga-tag" . }} {{ end }}
{{ if (ne .Page.Params.toc false) }} {{ if gt (len .TableOfContents) 40 }} On this page
{{ end }}
{{ end }}
{{ if $.Param "docs" }} {{ $pageVer := .Page.Params.version | default .Site.Params.latest }} {{- if eq .Page.Params.version "master" -}} {{ partialCached "master-version-alert" . }} {{- else if ne $pageVer .Site.Params.latest -}} {{ partialCached "old-version-alert" . .Section }} {{ end }} {{ end }} {{ if eq $.Params.Product "Release Notes" }} {{ range .Pages.Reverse }} {{ if ne .Title "Docs Changelog" }} {{ if not .Page.Params.released }} {{ errorf (printf "Release Notes Page %q requires 'released' Front Matter." .Page.File.Path ) }} {{ end }} {{ if not .Title }} {{ errorf (printf "Release Notes Page %q requires 'title' Front Matter." .Page.File.Path ) }} {{ end }}

{{ .Title}}

Released: {{ .Page.Params.released }} - GitHub
{{ .Summary | markdownify }} Full {{.Title}} release notes
{{ end }} {{ end }} {{ else }} {{ .Content }} {{ end }}
{{ if .Page.Store.Get "hasMermaid" }} {{ end }}