Is it possible to use the sightly htl as a templating ?
I'm not sure if AEM can return HTML directly, like you could with Springboot and Thymeleaf, but I'd like to try using the HTMX return HTML philosophy with the AEM components to see if it speeds up the performance of certain components. It would be great to have a search result component that runs on the server side and sends the HTML result rather than the JSON result, utilizing the server side on the client side as well. This would eliminate the need for two separate locations to maintain templating—on the frontend using js and on the htl of the sling model.