forked from wtf-eg/handbuch-gen
10 lines
369 B
HTML
10 lines
369 B
HTML
|
{%- if 'singlehtml' not in builder %}
|
||
|
<div role="search">
|
||
|
<form id="rtd-search-form" class="wy-form" action="{{ pathto('search') }}" method="get">
|
||
|
<input type="text" name="q" placeholder="{{ _('Search docs') }}" />
|
||
|
<input type="hidden" name="check_keywords" value="yes" />
|
||
|
<input type="hidden" name="area" value="default" />
|
||
|
</form>
|
||
|
</div>
|
||
|
{%- endif %}
|