blob: f85edc68c2d868eb49c0572e020d7c9850eb9af1 [file] [log] [blame]
% my $msg = stash('msg') // stash('exception')->message // '500: Internal Server Error';
% layout 'main', title => 'KorAP: ' . $msg;
<p class="no-results"><%= $msg %></p>
% notify('error' => $msg);