This file is indexed.

/usr/share/doc/python-tornado/examples/appengine/templates/entry.html is in python-tornado 3.1.1-1ubuntu2.

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
{% extends "base.html" %}

{% block body %}
  {% module Entry(entry) %}
{% end %}