From cb8e5e035d32eb26579e09d1f00259cc9727a56d Mon Sep 17 00:00:00 2001 From: Stef Date: Mon, 24 Mar 2025 10:11:50 +0100 Subject: [PATCH] Create navbar_base.html --- templates/navbar_base.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 templates/navbar_base.html diff --git a/templates/navbar_base.html b/templates/navbar_base.html new file mode 100644 index 0000000..e7e3f59 --- /dev/null +++ b/templates/navbar_base.html @@ -0,0 +1,14 @@ + + + + + + + Default + + + + + + + \ No newline at end of file