{{define "search:"}}Search: {{.}}{{end}} {{define "title"}}{{template "search:" .Query}}{{end}} {{define "body"}}

{{block "search results for" .Query}}Search results for ‘{{.}}’{{end}}

{{if len .Results}}

{{block "search desc" .}}Every hypha name has been compared with the query. Hyphae that have matched the query are listed below.{{end}}

    {{range .Results}}
  1. {{beautifulName .}}
  2. {{end}}
{{else}}

{{block "search no results" .}}No results{{end}}

{{end}}
{{end}}