{% extends 'base.html' %} {% block content %} Notes {% for obj in object_list %} {{obj}} {% endfor %} {% endblock %}