{{$SearchResult := .}} {{with .Alert}}

{{.}}

{{end}} {{with .Alt}}

Did you mean: {{range .Alts}} {{html .}} {{end}}

{{end}} {{with .Hit}} {{with .Decls}}

Package-level declarations

{{range .}}

package {{html .Pak.Name}}

{{range .Files}} {{$path := url_src .File.Path}} {{range .Groups}} {{range .Infos}} {{$path}}:{{infoLine .}} {{infoSnippet .}} {{end}} {{end}} {{end}} {{end}} {{end}} {{with .Others}}

Local declarations and uses

{{range .}}

package {{html .Pak.Name}}

{{range .Files}} {{$path := url_src .File.Path}} {{$path}} {{range .Groups}} {{end}}
{{infoKind .Kind}} {{range .Infos}} {{infoLine .}} {{end}}
{{end}} {{end}} {{end}} {{end}} {{with .Textual}} {{if $SearchResult.Complete}}

{{html $SearchResult.Found}} textual occurrences

{{else}}

More than {{html $SearchResult.Found}} textual occurrences

Not all files or lines containing "{{html $SearchResult.Query}}" are shown.

{{end}}

{{range .}} {{$path := url_src .Filename}} {{end}} {{if not $SearchResult.Complete}} {{end}}
{{$path}}: {{len .Lines}} {{range .Lines}} {{html .}} {{end}} {{if not $SearchResult.Complete}} ... {{end}}
...

{{end}}