HelloI am trying to implement a feature that would let authors have
limited access to Sightly templating. For example, a heading component
with a 'text property- heading.html -
default.html
${title @ context='html'} The problem is that, for
data-sly-call, Sightly can only load files from the Resource Resolver
search path. When I try to add another directory like
/content/dam/templates there, all hell breaks loose (see image
links).The servlet resolver cannot resolve siteadmin or damadmin
servle...