16 lines
		
	
	
	
		
			538 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			538 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% extends "base.html" %}
 | |
| 
 | |
| {% block content %}
 | |
| 
 | |
|   <h1 id="search">Search Results</h1>
 | |
| 
 | |
|   <form id="content_search" action="search.html">
 | |
|     <span role="status" aria-live="polite" class="ui-helper-hidden-accessible"></span>
 | |
|     <input name="q" id="mkdocs-search-query" type="text" class="search_input search-query ui-autocomplete-input" placeholder="Search the Docs" autocomplete="off" autofocus title="Type search term here">
 | |
|   </form>
 | |
| 
 | |
|   <div id="mkdocs-search-results" class="search-results">
 | |
|     Searching...
 | |
|   </div>
 | |
| 
 | |
| {% endblock %}
 |