{{ partial "header.html" . }} {{ partial "navbar.html" . }} {{ partial "page_header.html" . }}
{{/* Only show About widget if a profile has been configured for this user. */}} {{ $widget := "widgets/about.html" }} {{ $params := dict "root" $ "page" . "author" .Title }} {{ with $.Site.GetPage (printf "/author/%s" (urlize .Title)) }} {{ partial $widget $params }} {{ end }}

{{ i18n "related" }}

{{ partial "footer_container.html" . }} {{ partial "footer.html" . }}