{{- /* List of tag "chips" as links Context: page.Pages */ -}} {{- range . -}} {{- if eq .File nil }} {{- errorf "[tags] Undefined tag: '%s' in %s" (urlize (strings.ToLower .Title)) page.File.Filename }} {{- end }} {{ partialCached "icon" "tag" "tag" }} {{ .LinkTitle }} {{- end -}}