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/logs_display.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 backend/templates/logs_display.html (limited to 'backend/templates/logs_display.html') diff --git a/backend/templates/logs_display.html b/backend/templates/logs_display.html new file mode 100644 index 0000000..d76d7c2 --- /dev/null +++ b/backend/templates/logs_display.html @@ -0,0 +1,23 @@ +{{define "logs_display"}} +
+ {{ range .Logs }} + + {{ end }} + {{ if ne .PagesNumber 1 }} + + {{ end }} +
+{{end}} -- cgit v1.2.3