From 6ab3a7bd5640623aeb7847f1eb2f1077d8e777f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Fri, 16 Jan 2026 22:05:19 +0100 Subject: style(html): use prettier plugin for go html --- backend/templates/home.html | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'backend/templates/home.html') diff --git a/backend/templates/home.html b/backend/templates/home.html index d574525..4d4271f 100644 --- a/backend/templates/home.html +++ b/backend/templates/home.html @@ -1,17 +1,17 @@ -{{define "body"}} -
-
-

{{ .Name }}

-

{{ .PageDescription }}

-
-
- {{ range .Sections }} -
-

{{ .Name }}

-

{{ .Description }}

- {{ template "section_display" . }} -
- {{ end }} -
-
-{{end}} +{{ define "body" }} +
+
+

{{ .Name }}

+

{{ .PageDescription }}

+
+
+ {{ range .Sections }} +
+

{{ .Name }}

+

{{ .Description }}

+ {{ template "section_display" . }} +
+ {{ end }} +
+
+{{ end }} -- cgit v1.2.3