11 lines
203 B
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 %}
|