{{template "head" .View}} {{template "header" .View}}
{{template "page_header" (pageHeader .View "pages.search.title" "pages.search.description" "/static/images/pages/directory.jpg")}}
{{if not .HasQuery}}

{{t .View "search.prompt"}}

{{t .View "home.searchPopular"}} {{range searchHints .View}}{{.Label}}{{end}}

{{else if eq .Total 0}}

{{t .View "search.noResultsTitle"}}

{{t .View "search.noResultsBody"}}

{{else}}

{{.Summary}}

{{range .Groups}}

{{.Label}}

{{end}}
{{end}}
{{template "footer" .View}} {{template "scripts" .View}}