Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

HTML Template Language (HTL) Expression Language | AEM Community Seeding

Avatar

Administrator

BlogImage.jpg

HTML Template Language (HTL) Expression Language by Adobe Docs

Abstract

HTL Expression Language

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} .

Read Full Blog

HTML Template Language (HTL) Expression Language

Q&A

Please use this thread to ask the related questions.



Kautuk Sahni
Topics

Topics help categorize Community content and increase your ability to discover relevant content.

0 Replies