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