Hi,
I am calling one template using data-sly-use. below is the directory structure i have
/apps/myprj1/core/components/content/componentA/componentA.html
/apps/myprj1/core/components/content/templates/templatesA.html
Now I want to use the template in componentA.html as below. But not able to call template.
<sly data-sly-use.myTemplate="templates/templatesA.html"
data-sly-call=""/>
Idea is during using template, avoid the project name in the path i.e. myprj1
How this can be fix.