summaryrefslogtreecommitdiff
path: root/templates/page.mako
diff options
context:
space:
mode:
Diffstat (limited to 'templates/page.mako')
-rw-r--r--templates/page.mako5
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/page.mako b/templates/page.mako
index 14728a3..264ddee 100644
--- a/templates/page.mako
+++ b/templates/page.mako
@@ -3,7 +3,10 @@
%>
<%inherit file="/root.mako" />
-<%namespace file="/root.mako" inheritable="True" import="hl"/>
<h1 class="title">${self.attr.title}</h1>
${next.body()}
+
+<%def name="h2()">
+ <h2><span class="hstart">» </span>${caller.body()}</h2>
+</%def>