hydra/src/Hydra/root/error.tt
2008-11-25 10:53:42 +00:00

9 lines
192 B
Plaintext

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