summaryrefslogtreecommitdiff
path: root/static/html/search.htm
blob: 74bbd384944bca6fe28f308e75ed28d74c16c53f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
    {{template "head" . }}
    <main>
        {{template "header" . }}
        
        {{if ne .Templates.Search.List ""}}
        {{if ne .Templates.Search.Content.Total 0}}
        <h1>Results by request '{{.QueryRaw}}': {{.Templates.Search.Content.Total}}</h1>
        {{end}}
        {{.Templates.Search.List}}
        {{else}}
        <p>No results :(</p>
        {{end}}
    </main>
</html>