When creating an html email template, can you add a <style> block based on a module?
Hi guys. I'm creating an html template in Marketo. For one of my modules there's quite a chunk of css styles that need to go in the <head> section. Is there a way to only show certain <style> blocks based on whether or not a certain module is being used in the template? The extra <style>'s do not need to be shown if I'm not using the module and there's quite a few lines of them so I don't really want them there if I'm not using the corresponding module, if that makes sense?