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