save the provided dictionary accross translations
All checks were successful
Build and publish the docker image / build (push) Successful in 38s

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn
2025-04-05 10:30:59 +03:00
parent 76db84f69c
commit 15ffbfae4d
3 changed files with 8 additions and 5 deletions

View File

@ -8,10 +8,8 @@
<main>
{{template "search" .}}
{{if not .suggestions}}
{{if not .fields}}
<h3 class="result">No results :(</h3>
{{end}}
{{if and (not .suggestions) (not .fields)}}
<h3 class="result">No results :(</h3>
{{end}}
{{if .suggestions}}