diff options
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}} |
