{{ $taxonomy := "categories" }} {{ with .GetTerms $taxonomy }}

{{ (site.GetPage $taxonomy).LinkTitle }}: {{ range $k, $_ := . -}} {{ if $k }}, {{ end }} {{ .LinkTitle }} {{- end }}

{{ end }}