phase2: add modular apps, auth scaffolding, and base template routing
This commit is contained in:
10
templates/competitions/index.html
Normal file
10
templates/competitions/index.html
Normal file
@ -0,0 +1,10 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}HoopScout | Competitions{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<section class="panel">
|
||||
<h1>Competitions</h1>
|
||||
<p>Competitions module scaffolding for upcoming phases.</p>
|
||||
</section>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user