From cec39db23db603e87b969a5c630b5873f96a8be7 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Fri, 3 Oct 2025 10:57:34 +0200 Subject: feat(backend): create template for logs display --- backend/templates/home.html | 24 ++---------------------- 1 file changed, 2 insertions(+), 22 deletions(-) (limited to 'backend/templates/home.html') diff --git a/backend/templates/home.html b/backend/templates/home.html index 37236ba..1a6b158 100644 --- a/backend/templates/home.html +++ b/backend/templates/home.html @@ -5,25 +5,5 @@ {{ .Description }}

-
- {{ range .Logs }} - - {{ end }} - {{ if ne .PagesNumber 1 }} - - {{ end }} -
-{{end}} \ No newline at end of file +{{ template "logs_display" . }} +{{end}} -- cgit v1.2.3