{{ define "main" }} {{ .Content }} {{ if .Params.contact_email }}

Contact

Wil je iets weten of heb je een suggestie voor ons?

Neem contact op {{ end }}

Team

{{ range $key,$val := .Params.team_members }} {{ with (index $.Site.Data.personen $val) }}
{{ if .thumbnail }} {{ $image := replace .thumbnail "200x200" "150x150" }} {{ $alttext := printf "Foto van %s" .name }} {{ partial "show-image.html" (dict "context" . "image" $image "alt" $alttext "figcaption" .name "link" .profile_page) }} {{ end }}
{{ end }} {{ end }}
{{ end }}