diff --git a/templates/not_found.html.ep b/templates/not_found.html.ep index c2bc09f..411080a 100644 --- a/templates/not_found.html.ep +++ b/templates/not_found.html.ep @@ -3,7 +3,12 @@
Diese Seite gibt es hier nicht.
+ % if (my $m = stash('message')) { +<%= $m %>
+ % } + % else { +Diese Seite gibt es hier nicht.
+ % }