summaryrefslogtreecommitdiff
path: root/static/website/templates/schedule.html
blob: f21e7c3c853081ea2c29a0818f93c9d438ec00b1 (plain)
1
2
3
4
5
6
7
8
9
{% extends 'website/templates/base.html' %}

{% block current %}
Schedule
{% endblock %}

{% block content %}
<h3 class="garmond">Will be updated soon. . .</h3>
{% endblock %}