{% load urlize_quoted_links %}
{{ resource_doc }}
{% autoescape off %}{{ status }} {{ reason }}
{% for key, val in headers.items %}{{ key }}: {{ val }}
{% endfor %}
{{ content|urlize_quoted_links }}{% endautoescape %}
{% if 'GET' in allowed_methods %}
{% endif %}
{% if 'POST' in resource.allowed_methods %}