{{- $currentVersion := index (split .File.Dir "/") 0 }}
{{- $latestVersion := "tip" }}
{{- $latestUrl := replace .RelPermalink $currentVersion $latestVersion }}
{{- if ne $currentVersion $latestVersion }}
This documentation is for {{ $currentVersion }} of Thanos.
{{ if (fileExists $latestUrl) -}}
Click here to see the latest version of this page.
{{- end }}