hydra/src/Hydra/root/error.tt
2008-11-27 00:38:09 +00:00

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 %]