summaryrefslogtreecommitdiff
path: root/templates/page.mako
diff options
context:
space:
mode:
Diffstat (limited to 'templates/page.mako')
-rw-r--r--templates/page.mako1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/page.mako b/templates/page.mako
index e8e582a..14728a3 100644
--- a/templates/page.mako
+++ b/templates/page.mako
@@ -3,6 +3,7 @@
%>
<%inherit file="/root.mako" />
+<%namespace file="/root.mako" inheritable="True" import="hl"/>
<h1 class="title">${self.attr.title}</h1>
${next.body()}