{% extends "site.html" %} {%block title%} Idle Library - Book Search {%endblock%} {% block content %}

Search for books to add to your library

Powered by Google
{%if message %}
{{message}}
{% endif %} {% if results %}

{{results.feed.title}}

Found {{resultsFound}} books for "{{searchFor}}"

{% if entries %} {% for result in entries %} {% endfor %}
  title author   borrow from
{% if result.coverUrl %} {% endif %} {{result.title}} {{result.author}} {%if result.hasBook %} you have this book {%else%} I have this book! {%endif%}
{% if showPrevious%} previous page {%endif%} {% if showNext %} next page {% endif %}
{% endif %} {% else %}

Sorry, no books found for "{{searchFor}}"

{% endif %} {% endblock %}