From 01f9a9f5d71450a0c80195058245fdebe88796bd Mon Sep 17 00:00:00 2001 From: GrailFinder Date: Wed, 5 Jun 2024 08:22:36 +0300 Subject: Feat: recommendations for anon and user --- components/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'components/index.html') diff --git a/components/index.html b/components/index.html index 3693a56..a1d9293 100644 --- a/components/index.html +++ b/components/index.html @@ -10,9 +10,10 @@
- {{ if not . }} + {{ if not .Username }}
{{ template "auth" }} + {{ template "recommendation" .Recommendations}}
{{ else }}
@@ -20,6 +21,7 @@
{{ template "showformbtn" }} + {{ template "recommendation" .Recommendations}}
{{ end }}
-- cgit v1.2.3