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

9 lines
170 B
HTML

{% extends "GeoffreyApp/base.html" %}
{% block header %}
Players
{% endblock %}
{% block content %}
{% include "GeoffreyApp/player_table.html" %}
{% endblock %}