{{ $latest_version := .Site.Params.url_latest_version }} {{ $current_version := .Section | printf "/%s" }} {{ $latest_doc := partial "doc_latest_version.html" . }} {{ if .FirstSection.Params.prerelease }} {{ $color := "info" }}
{{ with $current_version }}

Version {{ trim . "/" | markdownify }} of the documentation is for the Talos version being developed. {{ with $latest_version }}For the latest stable version of Talos, see the latest version.

{{ end }} {{ end }}
{{ else if ne $latest_version $current_version }} {{ $color := "warning" }}
{{ with $current_version }}

Version {{ trim . "/" | markdownify }} of the documentation is no longer actively maintained. The site that you are currently viewing is an archived snapshot. {{ with $latest_version }}For up-to-date documentation, see the latest version.

{{ end }} {{ end }}
{{ end }}