This file is indexed.

/usr/lib/python2.7/dist-packages/zope/browserpage/tests/namedtemplate.pt is in python-zope.browserpage 4.1.0a1-0ubuntu1.

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
<html><body>
Hello <span tal:replace="context/name" />
The URL is <span tal:replace="request/URL" />
The positional arguments were <span tal:replace="args" />
The keyword argument x is <span tal:replace="options/x" />
</body></html>