{{ .csrf }}
{{ if has_field .book "ID" | not }}
ISBN *
{{ template "common/errors" index .errors "isbn" }}
{{ end }}
Title
{{ template "common/errors" index .errors "title" }}
Subtitle
{{ template "common/errors" index .errors "subtitle" }}
Author
{{ template "common/errors" index .errors "author" }}
When accessing this page from your phone it'll prompt you to capture a photo using your phone camera.
Use
3:4 aspect ratio
when taking your picture for best result.
Choose a cover imageā¦
{{ template "common/errors" index .errors "image" }}
Description
{{ .book.Description }}
{{ template "common/errors" index .errors "description" }}
Publisher
{{ template "common/errors" index .errors "publisher" }}
Pages
{{ template "common/errors" index .errors "page_count" }}
Pages Read
{{ template "common/errors" index .errors "page_read" }}
Save
{{ if has_field .book "ID" }}
{{ .csrf }}
Delete!
{{ end }}