This file is indexed.

/usr/lib/python2.7/dist-packages/chameleon/tests/inputs/052-i18n-domain-inside-filled-slot.pt is in python-chameleon 2.6.1-2.

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"
      metal:use-macro="load('032-master-template.pt').macros['main']">
  <metal:content fill-slot="content">
    <span i18n:domain="mydomain" i18n:translate="">
       Translated content
    </span>
  </metal:content>
</html>