{# Result partial; #explore-result is the hx-target. #}
{% if error %}

{{ error }}

{% elif table_html %} {% if truncated %}

Result truncated to the configured row cap.

{% endif %} {{ table_html | safe }} {% endif %}