{% include 'header.html' %}

Show All Books

{% if books|length == 0: %} (None) {% else %} {% for book in books: %} {{book['isbn']}}: {{book['author']}}: {{book['title']}}
{% endfor %} {% endif %}
Return to home page
{% include 'footer.html' %}