What is the syntax used to create a variable in Sightly (HTL)?
- #variableName
- ${variableName}
- %variableName
- @variableName
The correct syntax to create a variable in Sightly is ${variableName}. This syntax allows dynamic content rendering in AEM components.
Loading...
Related Quiz
- What is AEM content versioning primarily used for?
- Which components of AEM should be included in a backup strategy?
- Explain how Sling Models can enhance the reusability of AEM components.
- Scenario: During a routine maintenance window, an unexpected error occurs that disrupts the AEM system. Describe the steps you would take to roll back changes and restore stability.
- Content Fragments are stored in the _______ of the AEM repository.