a9be15caf3
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
6 lines
97 B
Twig
6 lines
97 B
Twig
{% if admin.json_response %}
|
|
{{ admin.json_response|json_encode|raw }}
|
|
{% else %}
|
|
{}
|
|
{% endif %}
|