mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-19 22:55:29 +01:00
11 lines
409 B
HTML
11 lines
409 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" title="{{ _('Search') }}" value="{{ '🔍' }}" />
|
|
</div>
|
|
</form>
|
|
</div>
|
|
{%- endif %}
|
|
|