You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ngcp-panel/share/layout/wrapper.tt

11 lines
293 B

[%
IF template.name.match('^api|(\.html$|\.css$|\.js$|\.txt$)');
content;
ELSIF template.name.match('^login\/(login|change_password)\.tt$');
content WRAPPER html.tt;
ELSE;
content WRAPPER html.tt + body.tt;
END;
-%]
[% # vim: set tabstop=4 expandtab: -%]