searchbox.html 370 Bytes
Newer Older
L.S. Cook's avatar
L.S. Cook committed
1 2 3
{%- if builder != 'singlehtml' %}
<div role="search">
  <form id="rtd-search-form" class="wy-form" action="{{ pathto('search') }}" method="get">
L.S. Cook's avatar
L.S. Cook committed
4
    <input type="text" name="q" placeholder="Search nGraph Documentation" />
L.S. Cook's avatar
L.S. Cook committed
5 6 7 8 9
    <input type="hidden" name="check_keywords" value="yes" />
    <input type="hidden" name="area" value="default" />
  </form>
</div>
{%- endif %}