{{template "base.html" .}} {{define "title"}}Documents{{end}} {{define "header"}} Documents {{end}} {{define "content"}}

ISBN 10:

{{ or .Data.Isbn10 "N/A" }}

ISBN 13:

{{ or .Data.Isbn13 "N/A" }}

{{ if .Data.Filepath }} {{ else }} {{ end }}

Title

{{ or .Data.Title "N/A" }}

Author

{{ or .Data.Author "N/A" }}

Time Read

{{ .Data.TotalTimeMinutes }} Minutes

Progress

{{ .Data.CurrentPage }} / {{ .Data.TotalPages }} ({{ .Data.Percentage }}%)

Description

{{ or .Data.Description "N/A" }}

{{end}}