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