This repository has been archived on 2023-08-08. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
jichan.org-go/dict/templates/search.html
2023-07-21 11:28:33 -07:00

8 lines
No EOL
245 B
HTML

<p><i>{{ if eq .Count 0 }}No results{{ else }}{{ .Count }} result{{ if ne .Count 1}}s{{ end }}{{ end }}.</i></p>
{{- range .ExactResults -}}
{{- template "word" . -}}
{{- end }}
<hr>
{{ range .OtherResults -}}
{{ template "word" . }}
{{- end -}}