Building an external HTML page from content stored in CQ
Hi All
CQ version 5.6
I have the following scenario. Content is authored and stored in my CQ instance.
Site A is using CQ and http://myUnsecuredSite/home/myCQPage.html will be deleivered by CQ. Straight forward scenario here
Now here is where things start getting a little bit complex
I want on my secure site “Site B” for page https://mySecuredSite/home/notCQPage.html to be able to display the content of the body of myCQPage.html. Only the header and the footer are different the rest of the content will be the same. This site will not be build in CQ
The question is how do I build my notCQPage.html with content stored in my CQ site ( site A) ? I also need to make sure that the header and footer is visually the only difference between myCQPage.html and notCQPage.html
Any guidance or suggestion is much appreciated