aboutsummaryrefslogtreecommitdiffstats
path: root/root/template/wrapper
blob: cd6c06f97f054b7a1026c50b122f91a966ce2a41 (plain)
1
2
3
4
5
6
7
8
[%- 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;
-%]