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

7 lines
196 B
HTML

{% extends "GeoffreyApp/location.html" %}
{% block info %}
<h2>Residents</h2>
{% include "GeoffreyApp/player_table.html" with player_list=residents %}
<hr class="my-4">
{% endblock %}