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

Sharm's Favorite Authors:

{% for object in object_list %}

  • {{ object }}
  • {% endfor %}


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