Files
hoopscout/templates/teams/index.html

11 lines
219 B
HTML

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