{{- define `headline` }} {{- if or $.Site.Params.debug (findRE `\bhtml-comment\b` $.Site.Params.traceFlags) }} {{ `` | safeHTML }} {{- end}}

{{ if eq .Data.Singular `category` }}{{ default `Categories` (i18n `categoriesTitle`) }}{{ end }} {{ if eq .Data.Singular `tag` }}{{ default `Tags` (i18n `tagsTitle`) }}{{ end }} {{- partial `main.headline.nav-right.html` . -}}

{{- end }} {{- define `main` }} {{- if or $.Site.Params.debug (findRE `\bhtml-comment\b` $.Site.Params.traceFlags) }} {{ `` | safeHTML }} {{- end}} {{ partial `terms.list.html` . }} {{- end }}