This file is indexed.

/usr/share/paster_templates/webkit/+package+/web/index.py_tmpl is in python-pastewebkit 1.0-7.

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
from ${package}.sitepage import SitePage, CONFIG

class index(SitePage):

    def setup(self):
        self.options.title = ${repr(project)}