Back to Go Micro

{{ .Title }}

internal/website/layouts/books/page.html

6.9.0427 B
Original Source

{{ define "main" }}

{{ .Title }}

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

Author: {{ .Params.author }}

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

{{ with .GetTerms "tags" }}

Tags:

{{ range . }} - {{ .LinkTitle }} {{ end }} {{ end }} {{ .Content }} {{ end }}