summaryrefslogtreecommitdiff
path: root/doc/build/templates/site_base.mako
blob: 30ace374a513984d65c98be8faf06531bfb62ab8 (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
<%text>#coding:utf-8
<%inherit file="/root.mako"/>
<%page cache_type="file" cached="True"/>
<%!
    in_docs=True
%>
</%text>


${'<%text>'}
${next.body()}
${'</%text>'}

<%text><%def name="style()"></%text>
    <%block name="headers"/>

    <%text>${parent.style()}</%text>
    <link href="/css/site_docs.css" rel="stylesheet" type="text/css"></link>
<%text></%def></%text>

<%text><%def name="title()"></%text>${self.show_title()} &mdash; ${docstitle|h}<%text></%def></%text>


<%!
    local_script_files = []
%>