I am using a cq:htmlTag
to generate a custom tag for one of the components.
For the "class" property, I know that I could provide a static class name that is part of a CSS file, but my requirement is to have the 'template name' as the class property value.
Does CQ provide a way to use dynamic values?