{{ . }}
{{- define "page-background" -}} {{- with .Params.background -}}
{{- end -}} {{- end -}} {{- define "main" -}}{{ . }}
{{- end -}} {{- with .Params.author -}} {{- $authorPage := site.GetPage (printf "authors/%s" .) -}} {{- with $authorPage -}} {{- partial "author-card.html" . -}} {{- end -}} {{- end -}}