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