TemplateToolkit
1

[% INCLUDE template.header title="Internal Error" response="500 Internal Server Error" %]

<p>An internal error occured. Please <a
href="http://www.hixie.ch/bugzilla/">report this bug</a>, including
the date and time of the error along with the information included
below:</p>

<pre class="error">[% error %]

[% INCLUDE debug.dumpVars | html %]</pre>

[% INCLUDE template.footer %]