blob: f85edc68c2d868eb49c0572e020d7c9850eb9af1 [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
Akron8ea84292018-10-24 13:41:52 +02004<p class="no-results"><%= $msg %></p>
Nils Diewalda0defc42015-05-07 23:54:17 +00005
6% notify('error' => $msg);