AEM - HTL Expression Language | AEM Community Discussion | Community
Skip to main content
kautuk_sahni
Adobe Employee
Adobe Employee
June 8, 2020

AEM - HTL Expression Language | AEM Community Discussion

  • June 8, 2020
  • 0 replies
  • 1790 views

BlogImage.jpg

AEM - HTL Expression Language by AdobeDocs

Abstract

The HTML Template Language uses an expression language to access the data structures that provide the dynamic elements of the HTML output. These expressions are delimited by characters ${ and } . To avoid malformed HTML, expressions can only be used in attribute values, in element content, or in comments.

${properties.jcr:title}

Expressions can be escaped by prepended by a \ character, for instance \${test} will render ${test} .
Note: To try out the examples provided on this page, a live execution environment called the Read Eval Print Loop can be used.

Read Full Blog

AEM - HTL Expression Language

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.