Add class to body tag using diazo with notheme
问题 i'm displaying the content of a document in an overlay using plone/document?ajax_load=True&ajax_include_head=True as the src for an iframe. in development mode appending &diazo.off=1 did the trick. on the production server this sadly does not work, so i added the ajax_load parameter as suggested in the documentation of plone.app.theming i wrapped all my directives in a <rules if-not="$ajax_load"> element to make sure they are not applied (see code below) now i'd need to mark the body of the