Next Book

Suggestions for the next book to read from your Storygraph to-read pile

{{ if .Refreshing }}
Refreshing recommendations...
{{ else if .LastUpdated }}
Last Update: {{ .LastUpdated }} Refresh recommendations
{{ end }}
{{ if index .Books "Fiction" }}
{{ $cat := "Fiction" }} {{ $book := index .Books $cat }}

{{ $cat }}

{{ $book.Name }} cover {{ $book.Name }}
⭐ {{ $book.Rating }}
{{ $cat := "Non-Fiction" }} {{ $book := index .Books $cat }}

{{ $cat }}

{{ $book.Name }} cover {{ $book.Name }}
⭐ {{ $book.Rating }}
{{ $cat := "Comics" }} {{ $book := index .Books $cat }}

{{ $cat }}

{{ $book.Name }} cover {{ $book.Name }}
⭐ {{ $book.Rating }}
{{ range $cat, $book := .Books }} {{ if or (eq $cat "Fiction") (eq $cat "Non-Fiction") (eq $cat "Comics") }} {{ continue }} {{ end }}

{{ $cat }}

{{ $book.Name }} cover {{ $book.Name }}
⭐ {{ $book.Rating }}
{{ end }}
{{ else }}

Still loading book recommendations...

{{ end }}