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

    Welcome to Book Exchange System

    {% endblock content %}