{{ with .Param "tags" }}
{{ range $index, $tag := (. | sort) }} {{ with $.Site.GetPage (printf "/%s/%s" "tags" $tag) }} #{{ $tag | urlize }} {{ end }} {{ end }}
{{ end }}