{{ define "main" }}

{{ .Title }}

{{ with .Resources.GetMatch "cover.*" }} {{ .Params.alt }} {{ end }}

Author: {{ .Params.author }}

ISBN: {{ .Params.isbn }}
Rating: {{ .Params.rating }}
Review date: {{ .Date | time.Format ":date_long" }}

{{ with .GetTerms "tags" }}

Tags:

{{ end }} {{ .Content }} {{ end }}