From 9cfcbabb032c729b06d581412a64a9e7cefed6b1 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Mon, 6 Oct 2025 19:22:14 +0200 Subject: style(format): install prettier and run --- backend/templates/home.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'backend/templates/home.html') diff --git a/backend/templates/home.html b/backend/templates/home.html index c570845..7a76e48 100644 --- a/backend/templates/home.html +++ b/backend/templates/home.html @@ -1,11 +1,9 @@ {{define "body"}}
-
+

logs

-

- {{ .PageDescription }} -

-
-{{ template "logs_display" . }} +

{{ .PageDescription }}

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