diff options
Diffstat (limited to 'backend/templates/home_log.html')
| -rw-r--r-- | backend/templates/home_log.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/backend/templates/home_log.html b/backend/templates/home_log.html index 2301ffd..c57272c 100644 --- a/backend/templates/home_log.html +++ b/backend/templates/home_log.html @@ -1 +1,5 @@ -{{define "body"}}{{ template "logs_display" . }}{{end}} +{{define "body"}} +<main id="content"> +{{ template "logs_display" . }} +</main> +{{end}} |
