I use layout.jade as a template for all partitions. layout.jade includes the header, footer, sidebar, etc., and partial ones are what are shown in the body.
Now I have implemented a lightbox with an iframe to show one of the partial ones. The problem is that I don't want the header, footer, etc. displayed inside the lightbox, only a partial jade file.
Is there any way to exclude layout.jade in this case?
Thanks in advance!
source
share