File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change
1
+ {% extends "base.html" %}
2
+
3
+ {% block extrahead %}
4
+ < script > var base_url = '{{ base_url }}' ; </ script >
5
+ < script data-main ="{{ base_url }}/mkdocs/js/search.js " src ="{{ base_url }}/mkdocs/js/require.js "> </ script >
6
+ {% endblock %}
7
+
8
+ {% block content %}
9
+ < h1 id ="search "> Search Results</ h1 >
10
+
11
+ < form id ="content_search " action ="search.html ">
12
+ < span role ="status " aria-live ="polite " class ="ui-helper-hidden-accessible "> </ span >
13
+ < input name ="q " id ="mkdocs-search-query " type ="text " class ="search_input search-query ui-autocomplete-input " placeholder ="Search the Docs " autocomplete ="off " autofocus >
14
+ </ form >
15
+
16
+ < div id ="mkdocs-search-results ">
17
+ Sorry, page not found.
18
+ </ div >
19
+
20
+ {% endblock %}
You can’t perform that action at this time.
0 commit comments