{{if .Results}} + {{if .IsImageSearch}} +
+ {{range .Results}} + {{if eq .Template "images"}} + {{template "image_item" .}} + {{end}} + {{end}} +
+ {{else}} {{range .Results}} + {{if eq .Template "videos"}} + {{template "video_item" .}} + {{else if eq .Template "images"}} + {{template "image_item" .}} + {{else}} {{template "result_item" .}} {{end}} - {{else if not .Answers}} -
-

No results found.

- {{if .Query}}

Try different keywords or check your spelling.

{{end}} + {{end}} + {{end}} + {{else if and (not .Answers) (not .Infoboxes)}} +
+ +

No results found

+

Try different keywords or check your spelling.

{{end}}
{{if .Pageno}} -