[Thread Edited By Adobe]
/*Don’t forget to meet and greet your fellow peers virtually by telling them about yourself here.
Go ahead and to it now: https://adobe.ly/3eDnB4v */
Actual Question:
In JSP I have used (currentPage.getContentResource()).getResourceType() to access resourcetype of a template from a component.
In sightly I wondered if we can access the same using ${pageProperties}
I am trying following from the component.html , and I get empty String Values
${pageProperties.cq:designPath} <br/>
${pageProperties.jcr:title} <br/>
${pageProperties.sling:resourceType} <br/>
How can I do this in Sightly ?
