[% IF template.name.match('(\.html$|\.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 layout/html + layout/body;
   END;
-%]
