This file is indexed.

/usr/share/paster_templates/blank_servlet.py_tmpl is in python-pastewebkit 1.0-7build1.

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 ${base_package}.sitepage import *

class ${name}(SitePage):

    def setup(self):
        pass