{{.Result.Total}} result{{if ne .Result.Total 1}}s{{end}} found for {{.Query}}
{{if .Result.DocumentResults}}-
{{range $dr := .Result.DocumentResults}}
-
{{with $dr.Title}}{{highlight .}}{{else}}Untitled{{end}}
{{highlight (replace (trimPrefix $dr.URL "/") "/" " › " -1)}} {{if $dr.SectionResults}}-
{{range $sr := $dr.SectionResults}}
-
{{if $sr.ID}}
{{range $i, $titleEntry := $sr.TitleStack}} {{if ge $i 2}} {{highlight $titleEntry}} {{if ne $i (subtract (len $sr.TitleStack) 1)}}›{{end}} {{end}} {{end}}
{{end}} {{if $sr.Excerpts}} {{range (slice $sr.Excerpts 0 1)}}{{highlight .}}
{{end}} {{end}}
{{end}}
{{end}}
-
{{if $sr.ID}}