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/home.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'backend/templates/home.html') diff --git a/backend/templates/home.html b/backend/templates/home.html index 1a6b158..de9d2af 100644 --- a/backend/templates/home.html +++ b/backend/templates/home.html @@ -1,4 +1,5 @@ {{define "body"}} +

logs

@@ -6,4 +7,5 @@

{{ template "logs_display" . }} +
{{end}} -- cgit v1.2.3