{% extends "base.html" %} {% block content %} {% load static %}

Book List

{% if books_list %} {% else %}

There are no books in the library.

{% endif %} {% endblock %}