summaryrefslogtreecommitdiff
path: root/templates/curatings.html
diff options
context:
space:
mode:
authorjoak <joak@nospace.at>2020-08-17 11:55:24 +0200
committerjoak <joak@nospace.at>2020-08-17 11:55:24 +0200
commitf60e9ccd5b046101903a79bf6afa0cf87fdd956c (patch)
treedb29d0f55a1bc3347b63341551fa05308554101d /templates/curatings.html
init
Diffstat (limited to 'templates/curatings.html')
-rw-r--r--templates/curatings.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/curatings.html b/templates/curatings.html
new file mode 100644
index 0000000..1ea76a3
--- /dev/null
+++ b/templates/curatings.html
@@ -0,0 +1,5 @@
+{% extends "layout.html" %}
+{% block title %}{{ this.title }}{% endblock %}
+{% block body %}
+ <h1>{{ this.title }}</h1>
+{% endblock %}