How to render Static HTML page in lightningJS

Hi,
We want to render the static HTML page with Policies and other things. Is it possible to render static HTML page in lightningJS or we need to use SS of Policies then use them.

Thanks

Lightning is used to render stuff on a canvas tag. But it’s all Web + HTML pages. So you could create a policy.html and deploy it with your lightning site. Then use some JS like window.open('policy.html') or maybe an iframe in the current page to open it without messing up current state in Lightning app.