{{- $title := partial "title.gotmpl" (dict "page" .) }}

{{ $title }}

{{- /* Make it compatible with Hugo 0.146.0 or newer - Don't ask... https://discourse.gohugo.io/t/terms-using-taxonomy-templates-for-html-since-0-146/54317 */}} {{- if eq .Kind "term" }} {{ partial "shortcodes/term.html" (dict "page" . "term" .) }} {{- else }} {{ partial "shortcodes/taxonomy.html" (dict "page" . "taxonomy" .) }} {{- end }}