Sightly (now known as HTL) - the Apache Sling XSS-aware template language
What is the difference between: data-sly-use, data-sly-resource, data-sly-include, and data-sly-template? I am reading the doc on Sightly AEM and I …
aem sightlyIn the Sightly templating language, for Adobe AEM6, how do I use a specific class if a condition is true? ${…
aem sightly aem-6I wanted to pass a parameter from html to WCMUse class. Java: public class ComponentHelper extends WCMUse { public void activate() …
aem sightlyIn the Sightly templating language, for Adobe AEM6 (CQ), how do I add an attribute to an element only if …
aem templating sightlyI am trying to implement something which I hope is relatively straight forward... I have one component (lets call it …
aem sightlyI tried searching but somehow i cannot get my way around thinking what do i need to add dynamic tags …
aem sightlyI was looking over the expression options used in sightly. I tried the below line of code, but it seems …
aem sightly