Please enable JavaScript.
Coggle requires JavaScript to display documents.
HTL - Coggle Diagram
HTL
Expressions
${properties.jcr:title}
${!currentPage.hasChild}
can be used in
Attributes
element content
comments
Comment
HTML
<!-- This is a comment -->
HTL/Sightly
<!-- /*This comment will not be seen in HTML source*/-->
Element (sly tags)
<div data-sly-include="header.html"></div>
<div> header.html </div>
<sly data-sly-include="header.html"></sly>
header.html
Attributes
data-sly-