aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/templates/emitter.txt
blob: 1cc7d1d76313bcbfe651995f65db6886d4404272 (plain)
1
2
3
4
5
6
7
8
{{ resource.name }}

{{ resource.description }}

{% autoescape off %}HTTP/1.0 {{ response.status }} {{ response.status_text }}
{% for key, val in response.headers.items %}{{ key }}: {{ val }}
{% endfor %}
{{ content }}{% endautoescape %}