diff --git a/misc/view_title_search.html b/misc/view_title_search.html index 316281f..d09ac74 100644 --- a/misc/view_title_search.html +++ b/misc/view_title_search.html @@ -3,13 +3,17 @@ {{define "body"}}

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

-

{{block "search desc" .}}Every hypha name has been compared with the query. Hyphae that have matched the query are listed below.{{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}}

+ + {{else}} +

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

+ {{end}}
{{end}} \ No newline at end of file