AEM - HTL/Sightly Top 10 use cases | AEM Community Blog Seeding | Community
Skip to main content
kautuk_sahni
Community Manager
Community Manager
July 22, 2020

AEM - HTL/Sightly Top 10 use cases | AEM Community Blog Seeding

  • July 22, 2020
  • 0 replies
  • 1050 views

BlogImage.jpg

AEM - HTL/Sightly Top 10 use cases by Bimmisoi Blog

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 eval­u­ation :


${properties.jcr:title}
</sly >

3. Include responsivegrid in slightly :


4. Integration with sling model :


5. Iterate a list :

${item.name}

Read Full Blog

AEM - HTL/Sightly Top 10 use cases

Q&A

Please use this thread to ask the related questions.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.