aboutsummaryrefslogtreecommitdiffstats
path: root/root/template/wrapper
blob: 8bfee465fd26a9ebb2e436d9a5cf75a4317412b0 (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;
-%]