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/data.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'backend/templates/data.html') diff --git a/backend/templates/data.html b/backend/templates/data.html index a384459..e548bef 100644 --- a/backend/templates/data.html +++ b/backend/templates/data.html @@ -1,11 +1,11 @@ -{{define "body"}} -
-

{{ .DataTitle }}

-

{{ .Description }}

-
- {{ .Img.Alt }} -
{{ .Img.Legend }}
-
- {{ .Content }} -
-{{end}} +{{ define "body" }} +
+

{{ .DataTitle }}

+

{{ .Description }}

+
+ {{ .Img.Alt }} +
{{ .Img.Legend }}
+
+ {{ .Content }} +
+{{ end }} -- cgit v1.2.3