aboutsummaryrefslogtreecommitdiff
path: root/backend/templates/home.html
diff options
context:
space:
mode:
authorWilliam Hergès <william@herges.fr>2025-10-27 13:32:39 +0100
committerWilliam Hergès <william@herges.fr>2025-10-27 13:32:39 +0100
commitf1e008670cd865520eb5f21fe6e7b56f02076a23 (patch)
tree33f099bced477c3e84fa60b20136354535d0c18c /backend/templates/home.html
parent7bd309f3ca44930c5207b94acc2d425b24d4b369 (diff)
feat(config): supports multiple sections
Diffstat (limited to 'backend/templates/home.html')
-rw-r--r--backend/templates/home.html4
1 files changed, 4 insertions, 0 deletions
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 @@
<h1>logs</h1>
<p>{{ .PageDescription }}</p>
</div>
+ {{ range .Sections }}
+ <div>
{{ template "logs_display" . }}
+ </div>
+ {{ end }}
</main>
{{end}}