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