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

{{ trim .Title " " }}

Book info

Book
{{ .Params.book }}
Authors
{{ range $author := .Params.authors }}
{{ $author }}
{{ end }}
ISBN
{{ .Params.isbn }}
Genres
{{ range $genre := .Params.genres }}
{{ $genre }}
{{ end }}
Language
{{ .Language.LanguageName }}
{{ .Content }}
{{ i18n "BookShare" }}
{{ partial "postInfo.html" . }}
{{ if and (.Site.Params.paginationSinglePost) (ne .Type "page") }} {{ partial "paginationPost.html" . }} {{ end }} {{ partial "custom-webring.html" }} {{ end }}