From 0de89e6bc6a467b2cc4261ae65464f40119cc0ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Fri, 3 Oct 2025 18:40:45 +0200 Subject: feat(frontend): use htmx to dynamically navigate between pages --- backend/templates/components.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 backend/templates/components.html (limited to 'backend/templates/components.html') diff --git a/backend/templates/components.html b/backend/templates/components.html new file mode 100644 index 0000000..adafacf --- /dev/null +++ b/backend/templates/components.html @@ -0,0 +1,25 @@ +{{define "logs_display"}} +
+ {{ range .Logs }} + + {{ end }} + {{ if ne .PagesNumber 1 }} + + {{ end }} +
+{{end}} -- cgit v1.2.3