{{define "title"}}search ยท {{.Repo.OwnerName}}/{{.Repo.Name}}{{end}} {{define "content"}} {{template "repoheader" .}}
{{if .QueryErr}}

{{.QueryErr}}

{{else if .Query}} {{if .Matches}}

{{len .Matches}} match{{if ne (len .Matches) 1}}es{{end}}{{if .Capped}} (capped โ€” refine the query){{end}} on {{.Ref}}

{{else}}

no matches for โ€œ{{.Query}}โ€ on {{.Ref}}

{{end}} {{end}} {{end}}