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