{# ------------------------------------------------------------------ #} {# searchresults.html #} {# Author: Bob Dondero #} {# ------------------------------------------------------------------ #} Penny.com {% include 'pennyapp/header.html' %}

Author Search Results

Books by {{ author }}:

{% if books %} {% for book in books %} {{ book.isbn }}: {{ book.author }}: {{ book.title }}
{% endfor %} {% else %} (None) {% endif %}

Click here to do another author search.



{% include 'pennyapp/footer.html' %}