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

<%inherit file="/root.mako" />
<%namespace file="/root.mako" inheritable="True" import="hl"/>

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