Framework 7 Not Formatting for Content Pages

I’m having problems getting the Framework 7 content pages to render correctly. The page looks like this in design view:

But then looks like this when I view in browser:
image

There’s a wappler include at the top but when I view the source code for the page, the include is still displaying as a comment in the HTML:

I’m sure it’s something dumb so if anyone has any ideas I’d appreciate it.

You have to access pages via the head page (index.html) as directly accessing your content page will not have any of the head includes.

When you open in browser just manually change the page to index.html then navigate to the page you want to view.

That was it! Thanks!!!

1 Like