8 lines
203 B
HTML
8 lines
203 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block body %}
|
|
<ul>
|
|
<li><a href="/certs">Certs</a></li>
|
|
<li>View responses in browser from <a href="http://pappy/rsp">http://pappy/rsp/<reqid></a>
|
|
</ul>
|
|
{% endblock %}
|