hydra/src/Hydra/root/error.tt
2009-02-25 10:52:41 +00:00

8 lines
223 B
Text

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