ccdb-api/ccdb/templates/pages/home.html
Matthew Dillon 7ba937ef66 INITIAL
2016-01-19 15:10:09 -07:00

7 lines
127 B
HTML

{% extends "base.html" %}
{% block content %}
<h1>CCDB</h1>
<p>This page will have overview data.</p>
{% endblock content %}