This file is indexed.

/usr/share/doc/libhtml-template-compiled-perl/examples/included.xslate is in libhtml-template-compiled-perl 1.002-1.

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
-----INCLUDED!!!
inc: [% blubber %]
-----INCLUDED END!!!
loop a:
[% FOREACH var IN loopa %]
 item: [% var.a %]
[% END %]