{% extends 'base.html' %} {% block content%}
Book List
{% for book in books %} {% endfor %}
Title Author Publisher ISBN Action
Title Author Publisher ISBN Action
{{ book.title }} {{ book.author }} {{ book.publisher }} {{ book.isbn }} Edit Delete
Add Book
{% endblock content%}