{% load urlize_quoted_links %}
{{ resource_doc }}
{% autoescape off %}HTTP Status {{ status }} {% for key, val in headers.items %}{{ key }}: {{ val }} {% endfor %} {{ content|urlize_quoted_links }}{% endautoescape %}