[% IF template.name.match('(\.html$|\.css$|\.js$|\.txt$)'); debug("Passing page through as text: $template.name"); content; ELSIF template.name.match('account_[^.]+.tt$'); debug("Applying HTML page layout account wrappers to $template.name\n"); content WRAPPER layout/html + layout/body + tt/account_wrapper.tt; ELSE; debug("Applying HTML page layout wrappers to $template.name\n"); content WRAPPER layout/html + layout/body; END; -%]