diff options
| author | William Hergès <william@herges.fr> | 2025-10-03 18:40:45 +0200 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-10-03 18:40:45 +0200 |
| commit | 0de89e6bc6a467b2cc4261ae65464f40119cc0ff (patch) | |
| tree | 47ca3e894444950152b3ba0cf587f713d5aa7eaa /backend/templates/home_log.html | |
| parent | 270f592fc65cd5553ccf7c0dc81431c3efdf67ab (diff) | |
feat(frontend): use htmx to dynamically navigate between pages
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}} |
