{{ define "main" }} {{ if .Menus }} {{ range .Menus }} {{ .Name }} {{ end }} {{ end }} {{ trim .Title " " }} {{ .Content }} {{ partial "postInfo.html" . }} {{ if and (.Site.Params.paginationSinglePost) (ne .Type "page") }} {{ partial "paginationPost.html" . }} {{ end }} {{ partial "custom-webring.html" }} {{ end }}