Where is Layout Option

This may be a dumb question. But, where is the “New Layout” option for php projects?

If I click new file, it just asks me for my file name. I don’t get any options for layouts.

I think you are confusing NodeJS templating with PHP.
In PHP you don’t create layout pages as in NodeJS. Creating a SPA for PHP is done this way:

Okay, thanks.

I know about SPA and I knew NodeJS could do templating. I wrongly assumed PHP could do templating.

That being the case what is Best Practice in Wappler for creating pages outside the SPA?

If I have a site I’m working on that uses SPA… but then I make a different page or section of the site that isn’t using that particular SPA… but I’d like to keep the same menus, header, and footer…

I could do includes.
But, I guess the Wappler includes are a little confusing to me since it will throw errors if I keep the Bootstrap/etc formatting stuff on the included header file. But, if I don’t keep the bootstrap/etc files there it doesn’t look right while I’m editing it.

Yes, you need to use PHP includes.
And of course make sure the “template page” contains all the required scripts and includes you need.