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

Book List

{% if books %} {% else %}

No book info

{% endif %} {% endblock %}