{{ define "content" }}

A simple API to store, search and download books.

No extra JS, CSS or fancy stuff. You click, you search, you found, you're happy.

Search

{{ if .Search.Err }}
{{.Search.Err}}
{{ end }}
{{ if ne (errStr .Error) "" }}
{{.Error | errStr}}
{{ end }} {{range .Results}} {{ end }}
Name Editor Authors Year
{{.Name}}
{{.Editor}}
{{.Authors | join }}
{{.Year}}
{{.Path | bookUrl}}
{{ end }}