diff options
Diffstat (limited to 'backend/templates/home_log.html')
| -rw-r--r-- | backend/templates/home_log.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/backend/templates/home_log.html b/backend/templates/home_log.html index 485661c..28bf36a 100644 --- a/backend/templates/home_log.html +++ b/backend/templates/home_log.html @@ -1,3 +1,10 @@ {{define "body"}} -<main id="content">{{ template "logs_display" . }}</main> +<main id="content"> + {{ range .Sections }} + <div class="introduction"> + <h1>{{ .Name }}</h1> + <p>{{ .Description }}</p> + </div> + {{ template "logs_display" . }} {{ end }} +</main> {{end}} |
