{% extends 'base.html' %} {% load static %} {% block styles %} {% endblock %} {% block content %}

Sharm's Favorite Books:

{% for object in object_list %}

  • {{ object.title }}
  • {% endfor %}


    {# the links to other html files #}
    {% endblock %}