Gitiles
Code Review
Sign In
korap.ids-mannheim.de
/
KorAP
/
Kalamar
/
989947be7e9c01331efcba9060894693c5b701f1
/
.
/
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
);