{% extends "GeoffreyApp/base.html" %} {% block header %} Item Listings {% endblock %} {% block content %} {% include "GeoffreyApp/itemlisting_table.html" with show_shop=True %} {% endblock %}