summaryrefslogtreecommitdiff
path: root/templates/page.mako
blob: 264ddee578e04fe57385f9f8cd148398a3eaac3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<%!
    title = ""
%>

<%inherit file="/root.mako" />

<h1 class="title">${self.attr.title}</h1>
${next.body()}

<%def name="h2()">
    <h2><span class="hstart">» </span>${caller.body()}</h2>
</%def>