{{ $rtl := eq .Language.LanguageDirection "rtl" }} {{ $lang := .Site.LanguageCode | default .Site.Language.Lang }} {{ partial "paige-head.html" . }}
{{ partial "paige-header.html" . }}
{{ block "main" . }}{{ end }}
{{ partial "paige-footer.html" . }}
{{ partial "paige-script.html" . }} {{ if templates.Exists "partials/paige-body-last.html" }} {{ partial "paige-body-last.html" . }} {{ end }} {{ if not .Site.Params.paige.hide_theme_comment }} {{ printf "" | safeHTML }} {{ end }}