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