Files
hoopscout/templates/ingestion/index.html

11 lines
231 B
HTML

{% 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 %}