9 lines
183 B
Plaintext
9 lines
183 B
Plaintext
[% WRAPPER layout.tt title="Error" %]
|
|
[% USE HTML %]
|
|
|
|
<h1>Error</h1>
|
|
|
|
<p>I'm very sorry, but an error occurred: <span class="error-msg">[% HTML.escape(error) %]</span></p>
|
|
|
|
[% END %]
|