mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-27 04:11:05 +00:00
b8abb18810
* The next commit will contain our customisations that we still need for chm, to make it clearer.
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 %}
|