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/log.html | |
| parent | 270f592fc65cd5553ccf7c0dc81431c3efdf67ab (diff) | |
feat(frontend): use htmx to dynamically navigate between pages
Diffstat (limited to 'backend/templates/log.html')
| -rw-r--r-- | backend/templates/log.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/templates/log.html b/backend/templates/log.html index 57948d4..789bdae 100644 --- a/backend/templates/log.html +++ b/backend/templates/log.html @@ -1,5 +1,5 @@ {{define "body"}} -<article> +<article id="content"> <h1>{{ .LogTitle }}</h1> <p> {{ .Description }} |
