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/simple.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'backend/templates/simple.html') diff --git a/backend/templates/simple.html b/backend/templates/simple.html index dd00397..7b4f6d3 100644 --- a/backend/templates/simple.html +++ b/backend/templates/simple.html @@ -1 +1,5 @@ -{{ define "body" }}{{ .Content }}{{ end }} +{{ define "body" }} +
+{{ .Content }} +
+{{ end }} -- cgit v1.2.3