Abstract
The HTML Template Language (HTL) supported by Adobe Experience Manager (AEM) is the preferred and recommended server-side template system for HTML in AEM. It takes the place of JSP (JavaServer Pages) as used in previous versions of AEM. Below are the top 10 use cases which are commonly used while working with sightly:
1. Print current page title :
${currentPage.jcr:title}
2. Use data-sly-test evaluation :
${properties.jcr:title}
</sly >
3. Include responsivegrid in slightly :
4. Integration with sling model :
5. Iterate a list :
${item.name}
Read Full Blog
Q&A
Please use this thread to ask the related questions.
Kautuk Sahni