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

## content

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