From 6044dd841c81f0f4d206c6c8800b0fd30320cf13 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Thu, 2 Oct 2025 22:35:58 +0200 Subject: feat(backend): display list of logs in home --- backend/templates/home.html | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) (limited to 'backend/templates/home.html') diff --git a/backend/templates/home.html b/backend/templates/home.html index fb927eb..f0b9b9c 100644 --- a/backend/templates/home.html +++ b/backend/templates/home.html @@ -6,26 +6,18 @@

+ {{ range .Logs }}
-

Article title

+

{{ .LogTitle }}

- -
A placeholder.
+ {{ .Img.Alt }} +
{{ .Img.Legend }}

- Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim aeque doleamus animo, cum corpore dolemus, fieri tamen permagna accessio potest, si aliquod aeternum et infinitum impendere malum nobis opinemur. -

-
-
-

Article title

-
- -
A placeholder.
-
-

- Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim aeque doleamus animo, cum corpore dolemus, fieri tamen permagna accessio potest, si aliquod aeternum et infinitum impendere malum nobis opinemur. + {{ .Description }}

+ {{ end }}