aboutsummaryrefslogtreecommitdiffstats
path: root/root/template/wrapper
diff options
context:
space:
mode:
Diffstat (limited to 'root/template/wrapper')
-rw-r--r--root/template/wrapper5
1 files changed, 1 insertions, 4 deletions
diff --git a/root/template/wrapper b/root/template/wrapper
index 8bfee46..cd6c06f 100644
--- a/root/template/wrapper
+++ b/root/template/wrapper
@@ -1,7 +1,4 @@
-[% MACRO l(text, args) BLOCK;
- c.localize(text, args);
-END; %]
-[% IF template.name.match('\.(css|js|txt)');
+[%- IF template.name.match('\.(css|js|txt)');
debug("Passing page through as text: $template.name");
content;
ELSE;