{{if $query}}
{{with .Response}}
{{if .Error}}
{{.Error}}
{{else}}
{{with .Response}}
| Doc ID | Snippet | Rank |
{{range .Result.Hits}}
| {{.ID}} | {{.Snippet}} | {{.Rank}} |
{{end}}
Status: {{.Status}}, Execution time: {{.Duration | SI}}s, Total hits: {{.Result.TotalHits}}, Capped: {{.Result.Capped}}
{{end}}
{{end}}
{{end}}
{{end}}