Geoffrey-Django/templates/GeoffreyApp/player.html

8 lines
204 B
HTML

{% extends "GeoffreyApp/base.html" %}
{% block header %}
{{ player.name }}
{% endblock %}
{% block content %}
{% include "GeoffreyApp/location_table.html" with loc_list=loc_list %}
{% endblock %}