From 7bfb173887d22841288cb3e63b65cb5bbe1b7435 Mon Sep 17 00:00:00 2001 From: Max Hohlfeld Date: Tue, 16 Jul 2024 23:13:10 +0200 Subject: [PATCH] feat: WIP! footer --- templates/base.html | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 1f105db0..e426612d 100644 --- a/templates/base.html +++ b/templates/base.html @@ -50,9 +50,25 @@ - + {% block body %} {% endblock %} + +