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

7 lines
200 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 %}