{{ define "main" }}
{{ with .Params.image }} {{- partial "components/image.html" (dict "style" "teammember-header-avatar" "url" . "alt" "Avatar") -}} {{ end }}

{{ .Params.name }}

{{- range .Params.social}} {{ partial "components/icon.html" . }} {{- end}} {{if .Params.mail}} {{ partial "components/icon.html" (dict "type" "at" "url" "mailto:{{ .Params.mail }}") }} {{end}}
{{ with .Params.leaveDate }}

Bis zum {{ . | time.Format "02.01.2006" }} bei uns tätig

{{ end }}
{{ .Content }} {{- $name := .Params.name }} {{- $defaultimage := .Site.Params.defaultimage }}
{{ with .Site.GetPage "/posts" }} {{- range .RegularPages -}} {{if eq .Params.author $name}} {{end}} {{ end }} {{ end }}
{{ end }}