From e17137260ca3b3bf8c290744e03a719d95b57a0c Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Sun, 8 Jun 2025 20:45:58 +0200 Subject: [PATCH] Extract floating button from main template --- templates/floating_button.html | 41 +++++++++++++++++++++++++++++++++ templates/index.html | 42 +--------------------------------- 2 files changed, 42 insertions(+), 41 deletions(-) create mode 100644 templates/floating_button.html diff --git a/templates/floating_button.html b/templates/floating_button.html new file mode 100644 index 0000000..8b5ad6c --- /dev/null +++ b/templates/floating_button.html @@ -0,0 +1,41 @@ +
+
+
+ +
+
+ +
diff --git a/templates/index.html b/templates/index.html index 78eb690..98a8bf5 100644 --- a/templates/index.html +++ b/templates/index.html @@ -16,46 +16,6 @@ hx-trigger="load" id="content" > -
-
-
- -
-
- -
+ {% include "floating_button.html" %}