Files
hoopscout/templates/stats/index.html

11 lines
219 B
HTML

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