From 1c6a83083aa458fb4a12a012b8f815454d90e337 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Fri, 8 Sep 2023 12:05:30 +0100 Subject: [PATCH] Add missing template --- templates/base.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 templates/base.html diff --git a/templates/base.html b/templates/base.html new file mode 100644 index 0000000..5f2d87e --- /dev/null +++ b/templates/base.html @@ -0,0 +1,25 @@ + + + + + + +{% block title %}Xanadu{% endblock %} + + + +{% block style %} +{% endblock %} + + + +{% block content %} +{% endblock %} + + + +{% block scripts %} +{% endblock %} + + +