{{ $currentVersion := (index (findRE "[^/]+.*?" .RelPermalink) 0) .RelPermalink }} {{ $tagSet := print $currentVersion "/tags" }} {{ if isset .Params $tagSet }}
{{ range .Param $tagSet }} {{ $name := . }} {{ with $.Site.GetPage (printf "/%s/%s" $tagSet ($name | urlize)) }} {{ $name }} {{ end }} {{ end }}
{{ end }}