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

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

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