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

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

{{if .MatchedHyphaName}}

{{block "go to hypha" .}}Go to hypha {{beautifulName .MatchedHyphaName}}.{{end}}

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

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

{{end}}
{{end}}