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

{{ trim .Title " " | markdownify }}

{{ partial "post-language-switcher.html" . }}
{{ partial "post-info.html" . }}
{{ partial "toc.html" .}}
{{ .Content }}
{{ 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 not .Params.disableComments }} {{ partial "comments.html" . }} {{ end }} {{ end }}