Search results
{% for book in results %}
{% include 'snippets/book_cover.html' with book=book %}
{{ book.title }}
{{ book.author }}
{% include 'snippets/shelve_button.html' with book=book pulldown=True %}
{% endfor %}
Failures
-
{% for book in failures %}
- {{ book.Title }} {{ book.Author }} {% endfor %}