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

{{ trim .Title " " }}

{{ .Content }} {{ if in .Params.categories "book review" }}
{{ i18n "BookShare" }} {{ end }}
{{ partial "postInfo.html" . }}
{{ if and (.Site.Params.paginationSinglePost) (ne .Type "page") }} {{ partial "paginationPost.html" . }} {{ end }} {{ partial "custom-webring.html" }} {{ end }}