From 165acb8e2e371c5a3d64d7c46d4bd26eaa1bfc77 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Mon, 18 May 2026 23:20:45 +0100 Subject: [PATCH] Improve shared template layout --- templates/base.html | 35 ++++++++++++++++++++++++++++++++--- templates/error.html | 2 +- 2 files changed, 33 insertions(+), 4 deletions(-) diff --git a/templates/base.html b/templates/base.html index 0328311..590f7e2 100644 --- a/templates/base.html +++ b/templates/base.html @@ -6,15 +6,44 @@ {% block title %}{% endblock %} – Missing Link + {% block style %}{% endblock %} -