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

6 lines
136 B
HTML

{% extends "base.html" %}
{% block navbar_class-about %}active{% endblock %}
{% block content %}
<h1>About</h1>
{% endblock content %}