aboutsummaryrefslogtreecommitdiff
path: root/backend/templates/simple.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/simple.html
parent412a77b7c1ba1819f4bf1c0697ddd19d7af21e19 (diff)
style(format): install prettier and run
Diffstat (limited to 'backend/templates/simple.html')
-rw-r--r--backend/templates/simple.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/backend/templates/simple.html b/backend/templates/simple.html
index 7b4f6d3..94721df 100644
--- a/backend/templates/simple.html
+++ b/backend/templates/simple.html
@@ -1,5 +1,3 @@
{{ define "body" }}
-<main id="content">
-{{ .Content }}
-</main>
+<main id="content">{{ .Content }}</main>
{{ end }}