As of HTL 1.4, it is possible to access a resource if you know its path by using data-sly-use
, e.g.: data-sly-use.item="/content/my_nodes/node1"
However, if one does not have the path to the resource, but only the node's jcr:uuid
(automatically generated through use of mix:referenceable
), is there any way that one can look up the resource with a similar HTL statement?