{{ if .IsPage }} {{ $author := (printf "/authors/%s" (default .Site.Params.author (default "Unknown" .Params.author) | urlize)) }} {{ with .Site.GetPage $author }} {{ if gt .Content "" }} {{ .Content }} {{ end }} {{ else }} {{ with .Site.GetPage "/" }} {{ .Content }} {{ end }} {{ end }} {{ else if gt .Content "" }} {{ .Content }} {{ else }} {{ with .Site.GetPage "/" }} {{ .Content }} {{ end }} {{ end }}
{{ with .Site.Params.mailchimp }}
{{ end }}