9 lines
221 B
Plaintext
9 lines
221 B
Plaintext
[% WRAPPER layout.tt title=(httpStatus ? httpStatus : "Error") %]
|
|
[% USE HTML %]
|
|
|
|
[% FOREACH error IN errors %]
|
|
<div class="alert alert-error">[% HTML.escape(error).replace('\n', '<br/>') %]</div>
|
|
[% END %]
|
|
|
|
[% END %]
|