From f1e008670cd865520eb5f21fe6e7b56f02076a23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Mon, 27 Oct 2025 13:32:39 +0100 Subject: feat(config): supports multiple sections --- backend/templates/home.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'backend/templates/home.html') diff --git a/backend/templates/home.html b/backend/templates/home.html index 7a76e48..ce4f4e8 100644 --- a/backend/templates/home.html +++ b/backend/templates/home.html @@ -4,6 +4,10 @@

logs

{{ .PageDescription }}

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