We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9432f4 commit 41dbcd1Copy full SHA for 41dbcd1
custom_templates/search.mako
@@ -1,4 +1,3 @@
1
-
2
<!doctype html>
3
<html lang="${html_lang}">
4
<head>
@@ -33,6 +32,8 @@
33
32
JavaScript is not supported/enabled in your browser. The search feature won't work.
34
</noscript>
35
<main>
+ <input type="text" id="search-input" placeholder="Search...">
36
+ <button onclick="search(document.getElementById('search-input').value)">Search</button>
37
<h3 id="search-status"></h3>
38
<ul id="search-results"></ul>
39
</main>
0 commit comments