aboutsummaryrefslogtreecommitdiff
path: root/backend/templates/home_log.html
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2025-10-06 19:22:14 +0200
committerAnhgelus Morhtuuzh <william@herges.fr>2025-10-06 19:22:14 +0200
commit9cfcbabb032c729b06d581412a64a9e7cefed6b1 (patch)
treee5ff64ed658ef1af98d53191a252c0d0c7e1c7f5 /backend/templates/home_log.html
parent412a77b7c1ba1819f4bf1c0697ddd19d7af21e19 (diff)
style(format): install prettier and run
Diffstat (limited to 'backend/templates/home_log.html')
-rw-r--r--backend/templates/home_log.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/backend/templates/home_log.html b/backend/templates/home_log.html
index c57272c..485661c 100644
--- a/backend/templates/home_log.html
+++ b/backend/templates/home_log.html
@@ -1,5 +1,3 @@
{{define "body"}}
-<main id="content">
-{{ template "logs_display" . }}
-</main>
+<main id="content">{{ template "logs_display" . }}</main>
{{end}}