summaryrefslogtreecommitdiff
path: root/templates/root.mako
diff options
context:
space:
mode:
Diffstat (limited to 'templates/root.mako')
-rw-r--r--templates/root.mako2
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/root.mako b/templates/root.mako
index 72dac01..39ee098 100644
--- a/templates/root.mako
+++ b/templates/root.mako
@@ -38,8 +38,6 @@
## functions
-<%namespace name="_hl" module="highlighting"/>
-
<%def name="hl(lang)">
<pre class="box">${_hl.highlight(capture(caller.body), lang)}</pre>
</%def>