blob: 953ab432a6e9e5c342824491af938a0a57f0d377 [file] [log] [blame]
Akron179c8ac2015-06-30 19:30:50 +02001% my $msg = stash('msg') // loc('notFound');
Nils Diewald709f52f2015-05-21 18:32:58 +00002% layout 'main', title => 'KorAP: ' . loc('notFound');
Nils Diewalda0defc42015-05-07 23:54:17 +00003
4<p id="no-results"><%= $msg %></p>
5
6% notify('warn' => $msg);