{% comment %} JSON Display Widget Shows JSON with syntax highlighting (Pygments). Dual theme support (light/dark). {% endcomment %} {% if is_compact %} {# Full highlighted JSON for short content #}
{{ highlighted_light|safe }}
{% elif preview_type == 'dict' %} {{{ key_count }} keys} {% elif preview_type == 'list' %} [{{ item_count }} items] {% else %} {{ preview }}... {% endif %}