{{- partial "content-header.html" . }}
{{ partial "heading-pre.html" . }}{{ partial "heading.html" . }}{{ partial "heading-post.html" . }}
{{- $page := .}}
{{- $path := replace .Path "basics/changelog" "basics/releasenotes" }}
{{- with or
(.GetPage $path)
(.GetPage (strings.TrimRight "/" $path))
}}
{{ partial "partials/shortcodes/link.html" (dict "page" $page "url" .Path "content" "★ What's new in this version ★") }}
{{- end }}
{{ partial "article-content.html" . }}