blob: af0aaf62321f46d54f71fbb00674423a1d81dcaf [file] [log] [blame]
Nils Diewalda0defc42015-05-07 23:54:17 +00001% my $msg = $exception->message // '500: Internal Server Error';
2% 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);