From 620b03459751a17632f6165b289206dc6d86ed7c Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Fri, 3 Oct 2025 10:42:07 +0200 Subject: feat(backend): handle display all log --- backend/templates/home_log.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 backend/templates/home_log.html (limited to 'backend/templates') diff --git a/backend/templates/home_log.html b/backend/templates/home_log.html new file mode 100644 index 0000000..dd5fdc1 --- /dev/null +++ b/backend/templates/home_log.html @@ -0,0 +1,23 @@ +{{define "body"}} +
+ {{ range .Logs }} + + {{ end }} + {{ if ne .PagesNumber 1 }} + + {{ end }} +
+{{end}} -- cgit v1.2.3