]> ruin.nu Git - ndwebbie.git/blob - root/lib/site/wrapper.tt2
Initial commit of catalyst files
[ndwebbie.git] / root / lib / site / wrapper.tt2
1 [% IF template.name.match('\.(css|js|txt)');
2      debug("Passing page through as text: $template.name");
3      content;
4    ELSE;
5      debug("Applying HTML page layout wrappers to $template.name\n");
6      content WRAPPER site/html.tt2 + site/layout.tt2;
7    END;
8 -%]