+ {{template "repo/header" .}} +
+ + +

{{svg "octicon-search" 20}} Wiki search

+ +
+ +
+ + +
+
+ + {{if .Query}} + {{if .Results}} +
+ {{range .Results}} +
+
+ {{.PageName}} + {{if .Context}} +
+ {{.Context}} +
+ {{end}} +
+
+ {{end}} +
+

{{.ResultCount}} {{if eq .ResultCount 1}}result{{else}}results{{end}} for "{{.Query}}"

+ {{else}} +
+
+ {{svg "octicon-search" 48}} +
+ No results for "{{.Query}}" +
+
+ {{end}} + {{end}} +
+