{{ define "title" }} {{ .Page.Title | plainify }} | {{ .Site.Title }} {{ end }} {{ define "main-class" }}--section layouts-cv-organisations-section{{ end }} {{ define "main-header" }} {{ if .IsDescendant ( .GetPage "/cv/organisations" ) }}
{{ else }}

{{ .Title | safeHTML }}.

{{- .Content -}}
{{ end }} {{ end }} {{ define "main-body" }} {{ with .GetPage "cv/organisations" }} {{ partial "cv/organisations/organisations-table.html.tmpl" . }} {{ end }} {{ end }} {{ define "main-footer" }} {{ end }}