hydra/src/Hydra/root/error.tt
Eelco Dolstra cf37152849
2009-02-25 16:29:54 +00:00

9 lines
277 B
Plaintext

[% WRAPPER layout.tt title="Error" %]
[% USE HTML %]
<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 %]