This file is indexed.

/usr/lib/python3/dist-packages/genshi/template/tests/templates/test_no_doctype.html is in python3-genshi 0.7-5.

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
10
11
12
13
<html xmlns="http://www.w3.org/1999/xhtml"
      lang="en">

  <head>
    <title>Test</title>
  </head>

  <body>
    <h1>Test</h1>
    <p>$message</p>
  </body>

</html>