{{ if .Site.Params.archived_version }} {{ $color := "primary" }} {{ $latest_version := .Site.Params.url_latest_version }} {{ $current_version := .Site.Params.version }}
{{ with $current_version }}

The documentation you are viewing is for Dapr {{ . | markdownify }} which is an older version of Dapr. {{ with $latest_version }}For up-to-date documentation, see the latest version.

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