This file is indexed.

/usr/share/openguides/templates/error.tt is in openguides 0.65-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
[%- USE CGI -%]
[% INCLUDE header.tt %]

<h1>ERROR</h1>

[% CGI.escapeHTML(message) | html_para %]

<a href="[% return_url %]">Click here to return and try again.</a>

[% INCLUDE footer.tt %]