From 9c2d960a3b7728b7857ad71ed656be4a02d58599 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Mon, 27 Oct 2025 14:42:36 +0100 Subject: fix(backend): missing files --- backend/templates/data.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 backend/templates/data.html (limited to 'backend/templates/data.html') diff --git a/backend/templates/data.html b/backend/templates/data.html new file mode 100644 index 0000000..a384459 --- /dev/null +++ b/backend/templates/data.html @@ -0,0 +1,11 @@ +{{define "body"}} +
+

{{ .DataTitle }}

+

{{ .Description }}

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