This file is indexed.

/usr/lib/python2.7/dist-packages/sagenb/data/sage/html/notebook/plain_text_window.html is in python-sagenb 1.0.1+ds1-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
 9
10
11
{% extends "html/notebook/base_aux.html" %}

{% block sharebar_title %}
{{ gettext('View plain text') }}
{% endblock %}

{% set select = "text" %}

{% block after_sharebar %}
<pre class="plaintext" id="cell_intext" name="textfield">{{ worksheet.plain_text(prompts=true, banner=false)|trim }}</pre>
{% endblock %}