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