{{ define "content" }}

A simple API to store, search and download books, articles, etc...

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 }} {{ if .Results }} {{range .Results}} {{ end }}
Name Description Editor Authors Year
{{.Name}}
{{.Description | noDesc}}
{{.Editor}}
{{.Authors | join }}
{{.Year}}
{{len .Results}} results found
{{ end }} {{ end }}