I have an HTML page that is brought in through the content editor web part. In this HTML page I need to be able to use the content query web part to show lists of files from the site inside my custom HTML tabs which can be opened and closed by the user.
I've seen threads such as this: https://social.technet.microsoft.com/Forums/en-US/c963593a-c359-48f7-8f0d-8a0a3bc7326b/adding-a-webpart-to-html?forum=sharepointdevelopment which explain that it's not possible to place web parts into HTML pages, but suggest ways to create a web part page and then bring in the HTML page as usual.
This doesn't help in my situation, as the HTML I've created requires that the content query web part be placedinside the HTML itself, not before or after it.
Is there any possible way to do this?