Is it possible to override a sightly template? For example, if under /apps/myApp/components/carousel I have "slideTemplate.html" and then i have another component under /apps/myApp/components/another-carousel whose resourceSuperType is the original carousel, I would like to be able to specify a fil...