summaryrefslogtreecommitdiff
path: root/templates/search.gtpl
blob: b892f192b8510defc14ad9e1eb606d216eed726d (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
<body>
    <h1>{{.GlobalVars.Name}}</h1>
    <form action="/classic/search" method="GET">
        <input type="text" name="query" value="{{.OriginalQuery.Query}}" placeholder="Search Query" spellcheck="false">
        <input type="submit">
    </form>
</body>
</html>