{% extends "master.html" %} {% block content %}

Inspecting /{{path.location}}

Responding with...

{{ formatted_response | safe }}

Record Count: {{ path.records | count}}

{% for record in path.records %}
{{ record.request_content | safe }}
{% endfor %}
{% endblock %}