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_log.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'backend/templates/home_log.html') diff --git a/backend/templates/home_log.html b/backend/templates/home_log.html index 2301ffd..c57272c 100644 --- a/backend/templates/home_log.html +++ b/backend/templates/home_log.html @@ -1 +1,5 @@ -{{define "body"}}{{ template "logs_display" . }}{{end}} +{{define "body"}} +
+{{ template "logs_display" . }} +
+{{end}} -- cgit v1.2.3