Files
hoopscout/templates/players/index.html

11 lines
225 B
HTML

{% extends "base.html" %}
{% block title %}HoopScout | Players{% endblock %}
{% block content %}
<section class="panel">
<h1>Players</h1>
<p>Players module scaffolding for upcoming phases.</p>
</section>
{% endblock %}