mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-11 20:27:12 +03:00
9 lines
220 B
Plaintext
9 lines
220 B
Plaintext
{% autoescape off %}{{ name }}
|
|
|
|
{{ description }}
|
|
|
|
HTTP/1.0 {{ response.status }} {{ response.status_text }}
|
|
{% for key, val in response.headers.items %}{{ key }}: {{ val }}
|
|
{% endfor %}
|
|
{{ content }}{% endautoescape %}
|