aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/_layout.html
blob: c711e6dd1aa258019138db431df1d5a48ebe1524 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<div id="doc">
    <div style="" id="hd" class="doc">
        <!--(block nav)-->
        <div id="nav">
            <!--(block pb)-->
            <a href="@!urlTo(previous)!@">prev</a>
            <!--(end)-->
            <!--(block nb)-->
            <a href="@!urlTo(next)!@">next</a>
            <!--(end)-->
            $!pb if previous else "prev"!$ |
            <a href="@!urlTo('/index.html')!@">index</a> |
            $!nb if next else "next"!$
        </div>
        <!--(end)-->
        $!nav if this.title!="docs" else ""!$
        <h1><a href="@!urlTo("/index.html")!@">mitmproxy 0.6 docs</a></h1>
    </div>
    <div id="bd">
        <div id="yui-main">
            <div style="" class="yui-b">
                $!title if this.title!="docs" else ""!$
                $!body!$
            </div>
        </div>
    </div>
    <div style="" id="ft" class="doc">
        <p>@!copyright!@</p>
    </div>
</div>