{{- range $tag := $.Params.tags -}} {{- with $.Site.GetPage "tags" -}} {{- with .GetPage $tag }}
  • {{ .Title }}
  • {{ end -}} {{- end -}} {{- end -}}