aboutsummaryrefslogtreecommitdiffstats
path: root/root/template/wrapper
blob: 710f0190cb079f2fb52d026e720e4cf7141fbd32 (plain)
1
2
3
4
5
6
7
8
9
10
11
[%- MACRO l(text, args) BLOCK;
    c.localize(text, args);
END; -%]
[%- IF template.name.match('\.(css|js|txt)');
     debug("Passing page through as text: $template.name");
     content;
   ELSE;
     debug("Applying HTML page layout wrappers to $template.name\n");
     content WRAPPER template/html + template/layout;
   END;
-%]