2024-09-15 01:23:35 +02:00
2024-09-16 10:05:14 +02:00
< article class = "default" >
< header class = "headline" >
{{- partial "content-header.html" . }}
< / header >
2024-09-15 01:23:35 +02:00
{{ partial "heading-pre.html" . }}{{ partial "heading.html" . }}{{ partial "heading-post.html" . }}
2024-09-18 20:36:42 +02:00
{{- $page := .}}
{{- $path := replace .Path "basics/releasenotes" "basics/history" }}
{{- with or
(.GetPage $path)
(.GetPage (strings.TrimRight "/" $path))
}}
See the {{ partial "partials/shortcodes/link.html" (dict "page" $page "url" .Path "content" "changelog of this version") }} for a detailed list of changes.
< hr >
{{- end }}
2024-09-15 01:23:35 +02:00
2024-09-17 08:02:27 +02:00
{{ partial "partials/shortcodes/include.html" (dict "page" . "file" "basics/releasenotes/legend") | .RenderString }}
2024-09-15 01:23:35 +02:00
{{ partial "article-content.html" . }}
2024-09-16 10:05:14 +02:00
< footer class = "footline" >
{{- partial "content-footer.html" . }}
< / footer >
< / article >