Geoffrey-Django/GeoffreyApp/templates/GeoffreyApp/itemlisting_list.html

11 lines
203 B
HTML

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