{{ $author:= .Site.Data.author }} {{ if (index .Site.Data .Site.Language.Lang).author }} {{ $author = (index .Site.Data .Site.Language.Lang).author }} {{ end }} {{ $name:="Jane Doe" }} {{ if $author.nickname }} {{ $name = $author.nickname }} {{ else if $author.name }} {{ $name = $author.name }} {{ end }} {{ $sections:= .Site.Data.sections }} {{ if (index .Site.Data .Site.Language.Lang).sections }} {{ $sections = (index .Site.Data .Site.Language.Lang).sections }} {{ end }} {{ $backgroundImage:= "assets/images/default-background.jpg" }} {{ if .Site.Params.background }} {{ $backgroundImage = .Site.Params.background }} {{ end }} {{ $authorImage:= "assets/images/default-avatar.png" }} {{ if $author.image }} {{ $authorImage = $author.image }} {{ end }}