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