This file is indexed.

/usr/share/pyshared/zope/viewlet/css_bundle_viewlet.pt is in python-zope.viewlet 3.7.2-0ubuntu4.

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
<tal:block repeat="info view/getResources">
<link type="text/css" rel="stylesheet" href="somestyle.css" media="all"
      tal:attributes="rel info/rel;
                      href info/url;
                      media info/media" />
</tal:block>