X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=root%2Flib%2Fsite%2Fwrapper.tt2;h=b6431c5ed9853a60413e6119b1107bce8c6d496d;hb=b8b4989cd6ad0d0a3f45f6a7972293f79aadd087;hp=3a7af0765dcb20b656797323305f190df844df75;hpb=c63c494456566d34013d9c97993ffcb9dcbd771d;p=ndwebbie.git diff --git a/root/lib/site/wrapper.tt2 b/root/lib/site/wrapper.tt2 index 3a7af07..b6431c5 100644 --- a/root/lib/site/wrapper.tt2 +++ b/root/lib/site/wrapper.tt2 @@ -4,6 +4,12 @@ ELSIF template.name.match('graphs/'); debug("Passing page through graph: $template.name"); content; +ELSIF template.name.match('jsrpc/'); + debug("Passing page through xml: $template.name"); + content WRAPPER site/xml.tt2; +ELSIF template.name.match('textexport/'); + debug("Passing page through graph: $template.name"); + content; ELSE; debug("Applying HTML page layout wrappers to $template.name\n"); content WRAPPER site/html.tt2 + site/layout.tt2;