{{ name }}
{{ description }}
-
-
+
HTTP {{ response.status_code }} {{ response.status_text }}{% autoescape off %}
+
+ {{ name }}
+ {{ description }}
+
+ HTTP {{ response.status_code }} {{ response.status_text }}{% autoescape off %}
{% for key, val in response.items %}{{ key }}: {{ val|urlize_quoted_links }}
{% endfor %}
{{ content|urlize_quoted_links }}{% endautoescape %}
-
+
- {% if 'GET' in allowed_methods %}
+ {% if 'GET' in allowed_methods %}