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