This file is indexed.

/usr/share/doc/python-werkzeug-doc/examples/i18nurls/templates/index.html is in python-werkzeug-doc 0.10.4+dfsg1-1ubuntu1.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
<p>Hello in the i18n URL example application.</p>
<p>Because I'm too lazy to translate here is just english content.</p>
<ul>
  <li><a href="$escape(req.url_for('about'))">about this page</a></li>
</ul>