{{ with .Params.image }}
{{ end }}
{{ with .Params.leaveDate }}
{{ .Content }}
{{- $name := .Params.name }}
{{- $defaultimage := .Site.Params.defaultimage }}
{{ .Params.name }}
Bis zum {{ . | time.Format "02.01.2006" }} bei uns tätig
{{ end }}
{{ with .Site.GetPage "/posts" }}
{{- range .RegularPages -}}
{{if eq .Params.author $name}}
{{end}}
{{ end }}
{{ end }}