{{- define "main" }} {{- $s := .Site.Params }} {{- $p := .Params }} {{- $scratch := newScratch }} {{- if isset $p "image" }} {{- $scratch.Set "image" $p.image }} {{- else }} {{ $scratch.Set "image" $s.fallBackOgImage }} {{- end }} {{- $image := $scratch.Get "image" }} {{- $bg := absLangURL (path.Join "images" $image) }}
{{- $t := .Title }}

{{ $t }}

{{- partial "post-meta" . }} {{ with $p.featureImage }} {{ $t }} {{ end }} {{ if $p.toc }}

{{ T "overview" }}

{{ .TableOfContents }} {{ end }}
Cursor Location Map North Map South Map East Map West

{{ htmlUnescape " " }}

{{ htmlUnescape " " }}

{{ htmlUnescape " " }}

{{ htmlUnescape " " }}

{{- .Content }} {{- $showComments := true }} {{- if eq $s.comments false }} {{- $showComments = false }} {{- else if eq $p.comments false }} {{- $showComments = false }} {{- end }} {{- if ne $showComments false }} {{- partial "comments" . }} {{- end }} {{- partial "i18nlist" . }}
{{- if ( ne $p.sidebar false ) }} {{- partial "sidebar" . }} {{ end }}
{{- end }}