mirror of
				https://github.com/kovidgoyal/calibre.git
				synced 2025-10-31 02:27:01 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			384 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			384 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {%- if pagename != "search" and builder != "singlehtml" %}
 | |
| <div id="searchbox" role="search">
 | |
|     <form class="search" action="{{ pathto('search') }}" method="get">
 | |
|       <div style="display: flex">
 | |
|           <input type="text" name="q" placeholder="{{ search_box_text }}" /> 
 | |
|           <input type="submit" value="{{ _('Go') }}" />
 | |
|       </div>
 | |
|     </form>
 | |
| </div>
 | |
| {%- endif %}
 | |
| 
 |