blob: b584952cb43ec176acbdc20497ead7ebd82e4a57 (
plain)
1
2
3
4
5
6
7
8
  | 
{% autoescape off %}{{ name }}
{{ description }}
HTTP/1.0 {{ response.status }} {{ response.status_text }}
{% for key, val in response.headers.items %}{{ key }}: {{ val }}
{% endfor %}
{{ content }}{% endautoescape %}
  |