Files
blog/user/plugins/admin/themes/grav/templates/default.json.twig
Loïc Guibert 66dafc36c3 init
2022-09-30 20:02:02 +01:00

6 lines
97 B
Twig

{% if admin.json_response %}
{{ admin.json_response|json_encode|raw }}
{% else %}
{}
{% endif %}