From 74f9c6a49fad7fd6dba3d56ec525dc6ece1894d1 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Mon, 16 Nov 2020 08:46:37 +0100 Subject: Basic template from lesanaweb, to improve upon --- templates/web/base.html | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 templates/web/base.html (limited to 'templates/web/base.html') diff --git a/templates/web/base.html b/templates/web/base.html new file mode 100644 index 0000000..98139fe --- /dev/null +++ b/templates/web/base.html @@ -0,0 +1,30 @@ + + + + + + {% block title %}{% endblock %} + + {% block extraheader %}{% endblock %} + + + {% block content %}{% endblock %} + + -- cgit v1.2.3