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/components.html | 62 +++++++++++++++++++++++---------------- 1 file changed, 36 insertions(+), 26 deletions(-) (limited to 'backend/templates/components.html') diff --git a/backend/templates/components.html b/backend/templates/components.html index b180123..e49a8c4 100644 --- a/backend/templates/components.html +++ b/backend/templates/components.html @@ -1,29 +1,39 @@ {{ define "pagination" }} - -{{ end }} {{define "section_display"}} -
- {{ $uri := .URI }} {{ range .Data }} + +{{ end }} +{{ define "section_display" }}
-

{{ .DataTitle }}

-
- {{ .Img.Alt }} -
{{ .Img.Legend }}
-
-

{{ .Description }}

+ {{ $uri := .URI }} + {{ range .Data }} + + {{ end }} +
- {{ end }} - -
-{{end}} +{{ end }} -- cgit v1.2.3