{% block description %} {{ description }} {% endblock %}
{% if paginator %} {% endif %}
{{ request.method }} {{ request.get_full_path }}
HTTP {{ response.status_code }} {{ response.status_text }}{% autoescape off %}{% for key, val in response_headers|items %}
  {{ key }}: {{ val|break_long_headers|urlize_quoted_links }}{% endfor %}

  {{ content|urlize_quoted_links }}
{% endautoescape %}