{% extends "base.html" %} {% load static %} {% block sidenav %} {% for item in item_list %}
  • {{ item.item }}
  • {% endfor %} {% endblock sidenav %} {% block content %}

    My Books

    {% for book in books %} {% endfor %}
    Book Name Book Price User Name DELETE
    {{ book.name }} {{ book.price }} {{ book.username }}
    {% endblock content %}