summaryrefslogtreecommitdiff
path: root/templates/page.mako
blob: 8e30cf390fafed73e3bd0bc7f9d5e50e843d6cb5 (plain)
1
2
3
4
5
6
7
8
9
10
<%inherit file="/root.mako" />

## content

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

## functions
<%def name="heading()">
</%def>