PappyProxy/pappyproxy/site/norsp.html
2016-03-08 15:50:48 -06:00

8 lines
147 B
HTML

{% extends "base.html" %}
{% block body %}
<h2>Unable To Return Response Body</h2>
{% if errmsg %}
<p>{{ errmsg }}</p>
{% endif %}
{% endblock %}