From f60e9ccd5b046101903a79bf6afa0cf87fdd956c Mon Sep 17 00:00:00 2001 From: joak Date: Mon, 17 Aug 2020 11:55:24 +0200 Subject: init --- templates/exhibitions.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 templates/exhibitions.html (limited to 'templates/exhibitions.html') diff --git a/templates/exhibitions.html b/templates/exhibitions.html new file mode 100644 index 0000000..1ea76a3 --- /dev/null +++ b/templates/exhibitions.html @@ -0,0 +1,5 @@ +{% extends "layout.html" %} +{% block title %}{{ this.title }}{% endblock %} +{% block body %} +

{{ this.title }}

+{% endblock %} -- cgit v1.2.3