mitmproxy/docs/_templates/layout.html
Maximilian Hils b0dc44428e fix #823
2016-02-10 19:42:41 +01:00

10 lines
No EOL
327 B
HTML

{% extends "!layout.html" %}
{% 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 %}