{{if .Success}}

{{.Success}}

{{end}} {{if .Error}}

{{.Error}}

{{end}}

Category Labels

Search Books (Google)

Search Library

{{if .LibrarySearched}} clear {{end}}
{{if .LibrarySearched}} {{if not .LibraryResults}}

No matches.

{{else}}
{{$labels := .Labels}} {{range .LibraryResults}}
{{if .CoverURL}} {{else}}
{{end}}

{{.Title}}

{{.Authors}}

{{if .ISBN}}

ISBN: {{.ISBN}}

{{end}}
{{end}}
{{end}} {{end}}

Library ({{len .Books}})

{{if not .Books}}

No books yet. Search above to add one.

{{else}}
{{$labels := .Labels}} {{range .Books}}
{{if .CoverURL}} {{else}}
{{end}}

{{.Title}}

{{.Authors}}

{{if .ISBN}}

ISBN: {{.ISBN}}

{{end}}
{{end}}
{{end}}