summaryrefslogtreecommitdiff
path: root/templates/lectures.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/lectures.html')
-rw-r--r--templates/lectures.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/lectures.html b/templates/lectures.html
new file mode 100644
index 0000000..1ea76a3
--- /dev/null
+++ b/templates/lectures.html
@@ -0,0 +1,5 @@
+{% extends "layout.html" %}
+{% block title %}{{ this.title }}{% endblock %}
+{% block body %}
+ <h1>{{ this.title }}</h1>
+{% endblock %}