diff options
Diffstat (limited to 'backend/templates/home.html')
| -rw-r--r-- | backend/templates/home.html | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/backend/templates/home.html b/backend/templates/home.html index c570845..7a76e48 100644 --- a/backend/templates/home.html +++ b/backend/templates/home.html @@ -1,11 +1,9 @@ {{define "body"}} <main id="content"> -<div class="introduction"> + <div class="introduction"> <h1>logs</h1> - <p> - {{ .PageDescription }} - </p> -</div> -{{ template "logs_display" . }} + <p>{{ .PageDescription }}</p> + </div> + {{ template "logs_display" . }} </main> {{end}} |
