{{ define "main-class" }}--section layouts-cv-section{{ end }} {{ define "main-header" }}

{{ .Title | safeHTML }}. {{ if not ( or ( eq .Type "cv" ) ( eq .Type "cv/organisations" ) ) -}} {{- range .AlternativeOutputFormats -}} RSS feed {{- end -}} {{- end -}}

{{- .Content -}}
{{ end }} {{ define "main-body" }} {{ partial "items-grid.html" . }} {{ end }}