{% load tailwind_tags %}
{# Header row: section label + status + tabs (no card wrapper) #}

Response

{% if response.status_code %} {{ response.status_code }} {{ response.status_text }} {% endif %}
{% with t="px-2.5 py-1 rounded-md font-medium transition-colors" %} {% with on="bg-primary text-primary-foreground" off="text-muted-foreground hover:text-foreground" %} {% if response.items %}{% endif %} {% endwith %}{% endwith %}
{# Single code surface for all tabs #}
{% if content %} {# Pretty: interactive tree #}
{# Raw: highlighted #}
{% else %}

No response data

{% endif %} {# Example: synthetic response built from the OpenAPI schema (no DB) #}
{# Headers #} {% if response.items %}
{% for key, val in response.items %}
{{ key }} {{ val }}
{% endfor %}
{% endif %}