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

7 lines
206 B
HTML

{% extends "GeoffreyApp/location.html" %}
{% block info %}
<h2>Inventory</h2>
{% include "GeoffreyApp/itemlisting_table.html" with itemlisting_list=inventory %}
<hr class="my-4">
{% endblock %}