summaryrefslogtreecommitdiff
path: root/GroLUG/root/lib/site/wrapper
blob: 3e559555c8ed4a4150411bd7bde11c513113e8a4 (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 site/html + site/layout;
   END;
-%]