data-sly-resource rendering a different htl template?
Hi
I would like to use data-sly-resource to render a HTL that is somewhat different then the existing one.
I tried using selectors='overview'
data-sly-resource="${event.resource @ resourceType='xxx/components/content/eventTeaser', selectors='overview'}">
and created a copy of eventTeaser called eventTeaser.overview.html.
The problem is that the new HTL template eventTeaser.overview.html is not called but instead the eventTeser.html is called.
Of course eventTeaser.overview.html exists and it is in the same directory as eventTeaser.html is.
What am I doing wrong here and what would be a good solution for this?

