Gitiles
Code Review
Sign In
korap.ids-mannheim.de
/
KorAP
/
Kalamar
/
989947be7e9c01331efcba9060894693c5b701f1
/
.
/
templates
/
query.html.ep
blob: beda82c38f5550418665c075cfde373c0e9e7aa7 [
file
] [
log
] [
blame
]
%
use
Mojo
::
JSON
'encode_json'
;
%
if
(
stash
(
'api_response'
))
{
%
my
$kq_hash
=
stash
(
'api_response'
);
%
$kq_hash
->{
matches
}
=
[
"..."
];
<
span id
=
"koralQuery"
data
-
koralquery
=
"<%== b(encode_json($kq_hash))->decode->xml_escape %>"
></
span
>
%
};