{{ define "main" }} {{ with .Params.image }} {{ end }}
{{ with .Params.tags }}
{{ range . }} #{{ . }} {{ end }}
{{ end }}

{{ .Title }}

{{.Date.Format "02.01.2006"}} - ⏱ {{.ReadingTime}} Minuten
{{ .Content }} {{- $author := .Params.author }} {{ with .Site.GetPage "/team" }} {{- range .RegularPages -}} {{if eq .Params.name $author}}
{{ if .Params.image }} Avatar {{ else }} Avatar {{ end }}

{{ .Params.name }}

{{end}} {{ end }} {{ end }}
{{ end }}