{{ define "main" }} {{ partial "navigation.html" . }} {{ with i18n "aboutAuthor" }} {{ index (split . " ") 0 }} {{ end }} {{ with i18n "aboutAuthor" }} {{ index (split . " ") 1 }} {{ end }} {{ if .Params.Photo }} {{else if .Params.Email}} {{ end }} {{ .Params.Name }} {{ .Content }} {{ range .Params.Social }} {{ end }} {{ with i18n "authorsPosts" }} {{ index (split . " ") 0 }} {{ end }} {{ with i18n "authorsPosts" }} {{ index (split . " ") 1 }} {{ end }} {{ range where .Site.RegularPages "Params.author" .Title }} {{ .Render "article" }} {{ end }} {{ end }}