aboutsummaryrefslogtreecommitdiff
path: root/backend/templates/home.html
diff options
context:
space:
mode:
authorWilliam Hergès <william@herges.fr>2025-10-03 18:40:45 +0200
committerWilliam Hergès <william@herges.fr>2025-10-03 18:40:45 +0200
commit0de89e6bc6a467b2cc4261ae65464f40119cc0ff (patch)
tree47ca3e894444950152b3ba0cf587f713d5aa7eaa /backend/templates/home.html
parent270f592fc65cd5553ccf7c0dc81431c3efdf67ab (diff)
feat(frontend): use htmx to dynamically navigate between pages
Diffstat (limited to 'backend/templates/home.html')
-rw-r--r--backend/templates/home.html2
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}}