Looked at the docs but can't really find it in the list of HubL variables... is there a variable that provides the context a module is being used in, i.e. Email, Website Page, Landing Page, etc. ? I'm considering a module that can be used for both email and landing pages, functionally identical but may vary considerably in styling. Separate modules = double logic maintenance, but single module = more styling in one module. Is there an easy way to say "if it's an email, use this HTML/CSS, otherwise X", other than media queries and such?