{% load custom_filters %} {% for stylesheet in stylesheets %} {% endfor %} {% for script in scripts %} {% endfor %} # {{ method|upper }} {{ path }} {{ method|format_method_badge|safe }} `{{ path }}` **View class:** {{ viewset_name }} {% if summary %} ## Overview {{ summary }} {% endif %} {% if operation_id %} **Operation ID:** `{{ operation_id }}` {% endif %} {% if description %} {{ description|safe }} {% endif %} {% include "endpoints/detail/path_parameters.html" %} {% include "endpoints/detail/query_parameters.html" %} {% include "endpoints/detail/request_body.html" %} {% include "endpoints/detail/responses.html" %} {% include 'try-out/main.html' %}