{% extends "base_generic.html" %} {% block content %}

Book List

{% if book_list %} {% else %}

There are no books in the library.

{% endif %} {% endblock %}