blob: abff9aaf04437ab8faa34d34041c09c08bcc3769 [file] [log] [blame]
Akronff088112021-06-15 15:26:04 +02001% my $msg = stash('msg') // stash('exception')->message // '500: Internal Server Error';
Nils Diewalda0defc42015-05-07 23:54:17 +00002% layout 'main', title => 'KorAP: ' . $msg;
3
Akronbb3da4d2025-12-05 22:47:35 +01004<p class="no-results" data-testid="error-message"><%= $msg %></p>
Nils Diewalda0defc42015-05-07 23:54:17 +00005
6% notify('error' => $msg);