blob: ee74676d76031968dcc137b571d028add890929e [file] [log] [blame]
Nils Diewalda0defc42015-05-07 23:54:17 +00001% my $msg = '404: Page not found';
2% layout 'main', title => 'KorAP: ' . $msg;
3
4<p id="no-results"><%= $msg %></p>
5
6% notify('warn' => $msg);