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_log.html | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) (limited to 'backend/templates/home_log.html') diff --git a/backend/templates/home_log.html b/backend/templates/home_log.html index dd5fdc1..2301ffd 100644 --- a/backend/templates/home_log.html +++ b/backend/templates/home_log.html @@ -1,23 +1 @@ -{{define "body"}} -
- {{ range .Logs }} - - {{ end }} - {{ if ne .PagesNumber 1 }} - - {{ end }} -
-{{end}} +{{define "body"}}{{ template "logs_display" . }}{{end}} -- cgit v1.2.3