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

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

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