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_section.html | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'backend/templates/home_section.html') diff --git a/backend/templates/home_section.html b/backend/templates/home_section.html index cf7595d..1101843 100644 --- a/backend/templates/home_section.html +++ b/backend/templates/home_section.html @@ -1,10 +1,11 @@ -{{define "body"}} -
- {{ range .Sections }} -
-

{{ .Name }}

-

{{ .Description }}

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

{{ .Name }}

+

{{ .Description }}

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