{{- define "header" -}}
{{ partial "page_path.html" . }} {{ if .Title }}

{{ .Title }}

{{ end }} {{ if .Description }}

{{ .Description }}

{{ end }} {{ partial "taxo_of_list.html" . }}
{{- end -}} {{- define "main" -}}
{{ partial "pagination.html" . }}
{{- end -}} {{ define "footer" }}
{{ with .OutputFormats.Get "rss" -}} {{ printf `subscribe` .Rel .Permalink | safeHTML }} {{ end -}}
{{ end }}