11 lines
275 B
HTML
11 lines
275 B
HTML
{{ define "title" }}
|
|
{{- if eq .Kind "term" -}}
|
|
{{- i18n .Data.Plural | title -}}
|
|
{{- print ": " -}}
|
|
{{- end -}}
|
|
{{- i18n (lower .Title) | default .Title | title }} · {{ .Site.Title -}}
|
|
{{ end }}
|
|
{{ define "content" }}
|
|
{{ partial "terms.html" . }}
|
|
{{ end }}
|