How to run a specific HTL Snippet in Dev and Stage Instance only and not in prod
Hello Community Members,
Good Day!
I have a use case, I have a HTL file (present in the Dev, Stage and Prod instances) in which I have a particular HTL Snippet I want to get executed in AEM Stage and Dev instances only (Including Author and Publisher) and strictly not on the Production instance.
Is there a way to code this logic in HTL so that the HTL Snippet will only gets executed on the Dev and Stage instance.
Thank You.