{% if breadcrumblist %}
{% endif %}
{# Endpoint header #}
{% if name or description %}
{% endif %}
{% include "rest_framework/tailwind/components/response_viewer.html" %}
{% include "rest_framework/tailwind/components/request_console.html" %}
{% include "rest_framework/tailwind/components/pagination.html" %}
{# Meta moves below content on narrow screens #}
{{ name }}
{% if description %}{{ description }}
{% endif %}
{# Request line: method + URL + copy, single quiet bar #}
{{ request.method|default:"GET" }}
{% if available_formats %}
{{ request.get_full_path }}
Formats:
{% for format in available_formats %}
{{ format }}
{% endfor %}
{% endif %}
{% include "rest_framework/tailwind/components/sidebar.html" %}