This file is indexed.

/usr/lib/python2.7/dist-packages/chameleon/tests/inputs/060-macro-with-multiple-same-slots.pt is in python-chameleon 2.16-4.

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
<html metal:define-macro="main">
  <head>
    <title><metal:title define-slot="title">Untitled</metal:title></title>
  </head>
  <body>
    <h1><metal:title define-slot="title">Untitled</metal:title></h1>
  </body>
</html>