{{- with $page := .Page }}
{{- range $taxonomy, $terms := .Page.Site.Taxonomies }}
<h3><a href="{{ .Page.RelPermalink }}">{{ .Page.LinkTitle }}</a></h3>
-<div>$taxonomy: {{ $taxonomy }}</div>
-<h4>$page.GetTerms $taxonomy</h4>
-{{- with $page.GetTerms $taxonomy }}
-<pre>{{ debug.Dump . }}</pre>
+<h4>$taxonomy: {{ $taxonomy }}</h4>
+{{- with index .Page.Site.Taxonomies $taxonomy }}
+<pre>{{ debug.Dump .Page }}</pre>
{{- end }}
-<h4>$terms</h4>
-<pre>{{ debug.Dump $terms }}</pre>
<h4>List</h4>
<ul>
{{- range $term, $pages := $terms }}