{{ define "main" }} {{ if .Menus }} {{ end }}

{{ trim .Title " " }}

{{ partial "post-language-switcher.html" . }}
{{ .Content }}
{{ partial "post-info.html" . }}
{{ if gt .Site.Params.readNextPosts 0 }} {{ $related := .Site.RegularPages.Related . | first .Site.Params.readNextPosts }} {{ with $related }} {{ end }} {{ end }} {{ if and (.Site.Params.paginationSinglePost) (ne .Type "page") }} {{ partial "post-pagination.html" . }} {{ end }} {{ if .Site.DisqusShortname }} {{ partial "disqus.html" . }} {{ end }} {{ if .Site.Params.UtterancesRepo }} {{ partial "utterances.html" . }} {{ end }} {{ if .Site.Params.isso.enabled }} {{ partial "isso.html" . }} {{ end }} {{ end }}