generated from ElnuDev/go-project
8 lines
No EOL
245 B
HTML
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 -}} |