hydra/src/Hydra/root/error.tt

9 lines
277 B
Plaintext
Raw Normal View History

[% WRAPPER layout.tt title="Error" %]
2008-11-13 14:54:50 +00:00
[% USE HTML %]
2009-02-25 16:29:54 +00:00
<h1>[% IF httpStatus %][% httpStatus %][% ELSE %]Error[% END %]</h1>
<p>I'm very sorry, but an error occurred: <span class="error-msg">[% FOREACH error IN errors %] [% HTML.escape(error) %] [% END %]</span></p>
[% END %]