Geoffrey-Django/templates/GeoffreyApp/publicfarm.html

7 lines
201 B
HTML

{% extends "GeoffreyApp/location.html" %}
{% block info %}
<h2>Resources:</h2>
{% include "GeoffreyApp/resource_table.html" with resource_list=resources %}
<hr class="my-4">
{% endblock %}