{% extends 'books/base.html' %} {% load static %} {% block content %}

Menu

Add Book
{% for book in books %}

{{ book.title }}

View Book
{% endfor %}
{% endblock %}