Confusion about JSP and HTML pages
Hi,
I find myself confused every now and then regarding HTML pages, JSP pages, etc. in CQ5. I guess I have to re-read the Sling docs again.
But basically, at the moment, under our app folder (e.g. /apps/foo) we have a bunch of .html pages that are requested by our Angular JS app via AJAX.
I want to add some dynamic code to these pages (e.g. JSP scriptlets, etc.)
What is the proper way of doing this in CQ 5?
Thanks.