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

7 lines
187 B
HTML
Raw Normal View History

{% extends "GeoffreyApp/location.html" %}
{% block info %}
<h2>Shops</h2>
{% include "GeoffreyApp/location_table.html" with loc_list=shops %}
<hr class="my-4">
{% endblock %}