mitmproxy/docs/_templates/page.html

10 lines
325 B
HTML
Raw Normal View History

{% extends "!page.html" %}
2016-02-10 18:42:41 +00:00
{% block sidebartitle %}
<a href="https://mitmproxy.org/" style="margin-bottom: 7px; background: none !important;">
<button class="btn btn-info">
<i class="fa fa-arrow-left"></i>
Return to mitmproxy.org
</button>
</a>
{{ super() }}
{% endblock %}