{# HTMX partial: statusline install status card #}
{% if flash %}
{{ flash }}
{% endif %} {# Status badges #}
Script {% if script_installed %}installed{% else %}not installed{% endif %} settings.json {% if settings_configured %}configured{% else %}not configured{% endif %}
{# Live preview #} {% if preview %}

Live Preview

{{ preview }}

This is what Claude Code will show in the status line.

{% endif %} {# Install path info #}
Install path: {{ script_dest }}
{# Action buttons #}