diff options
| author | William Hergès <william@herges.fr> | 2025-10-27 13:32:39 +0100 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-10-27 13:32:39 +0100 |
| commit | f1e008670cd865520eb5f21fe6e7b56f02076a23 (patch) | |
| tree | 33f099bced477c3e84fa60b20136354535d0c18c /backend/templates/home.html | |
| parent | 7bd309f3ca44930c5207b94acc2d425b24d4b369 (diff) | |
feat(config): supports multiple sections
Diffstat (limited to 'backend/templates/home.html')
| -rw-r--r-- | backend/templates/home.html | 4 |
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}} |
