{{$query := urlquery .Query}} {{with .Alert}}

{{html .}}

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

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

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

Package-level declarations

{{range .}} {{$pkg := pkgLink .Pak.Path | html}}

package {{html .Pak.Name}}

{{range .Files}} {{$src := srcLink .File.Path | html}} {{range .Groups}} {{range .Infos}} {{$src}}:{{infoLine .}} {{infoSnippet_html .}} {{end}} {{end}} {{end}} {{end}} {{end}} {{with .Others}}

Local declarations and uses

{{range .}} {{$pkg := pkgLink .Pak.Path | html}}

package {{html .Pak.Name}}

{{range .Files}} {{$src := srcLink .File.Path | html}} {{$src}} {{range .Groups}} {{end}}
{{infoKind_html .Kind}} {{range .Infos}} {{infoLine .}} {{end}}
{{end}} {{end}} {{end}} {{end}} {{with .Textual}} {{if $.Complete}}

{{html $.Found}} textual occurrences

{{else}}

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

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

{{end}}

{{range .}} {{$src := srcLink .Filename | html}} {{end}} {{if not $.Complete}} {{end}}
{{$src}}: {{len .Lines}} {{range .Lines}} {{html .}} {{end}} {{if not $.Complete}} ... {{end}}
...

{{end}}