{{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" }}

{{ if .MetadataError }}

No Metadata Results Found

Back to Document
{{ end }} {{ if .Metadata }}

Metadata Results

Cover
Title
{{ or .Metadata.Title "N/A" }}
Author
{{ or .Metadata.Author "N/A" }}
ISBN 10
{{ or .Metadata.ISBN10 "N/A" }}
ISBN 13
{{ or .Metadata.ISBN13 "N/A" }}
Description
{{ or .Metadata.Description "N/A" }}
Cancel
{{ end }}
{{end}}