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