aboutsummaryrefslogtreecommitdiffstats
path: root/docs/_templates/layout.html
blob: b573886220671eb8c45558b825c3b9b3c33395f3 (plain)
1
2
3
4
5
6
7
8
9
10
{% 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 %}