This file is indexed.

/usr/share/doc/python-simpletal/examples/metal-example/macro.html is in python-simpletal 4.1-9.

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
<html>
	<body>
		<h1 tal:content="title">The title</h1>
		<p metal:define-macro="notice">
		This macro is brought to you by <b metal:define-slot="source">the colour
		blue</b>.
		Now you know.
		</p>
  </body>
</html>