Gitiles
Code Review
Sign In
korap.ids-mannheim.de
/
KorAP
/
Kalamar
/
479ddeb0e8bc377c2129216030d9c31d8377a995
/
.
/
templates
/
exception.html.ep
blob: f85edc68c2d868eb49c0572e020d7c9850eb9af1 [
file
] [
log
] [
blame
]
%
my
$msg
=
stash
(
'msg'
)
// stash('exception')->message // '500: Internal Server Error';
%
layout
'main'
,
title
=>
'KorAP: '
.
$msg
;
<
p
class
=
"no-results"
><%=
$msg
%></
p
>
%
notify
(
'error'
=>
$msg
);