This file is indexed.

/usr/lib/python2.7/dist-packages/sphinx_bootstrap_theme/bootstrap/navbarsearchbox.html is in python-sphinx-bootstrap-theme 0.4.13-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
9
{%- if pagename != "search" %}
<form class="navbar-form navbar-right" action="{{ pathto('search') }}" method="get">
 <div class="form-group">
  <input type="text" name="q" class="form-control" placeholder="Search" />
 </div>
  <input type="hidden" name="check_keywords" value="yes" />
  <input type="hidden" name="area" value="default" />
</form>
{%- endif %}