I have implemented a custom tag using cq:htmlTag
in one of my components.
Instead of assigning a static class name from a CSS file to the "class" property, I need to use the 'template name' as the value for the class property. Is there a method in CQ to achieve this with dynamic values?