Multiple Renders

new to CB, although I have been working with a firm that specializes in CB, so I have the basic understanding.

Here is my issue:

Running CF2016

Fresh install of CB and created the standard myApp application created from CommandBox. No code changes

When I hit the page, I get 4 copies of the ‘index.cfm’ in views/main (“the welcome to coldbox startup page”) returned in the final page rendering

I have re-inited the app and restarted CF, but no help.

Its weird because I wrapped RenderView with this:

start–#renderView()#–end

and this is what I get:

header from MAIN.CFM in layouts

–start
Welcome to Coldbox startup page (1)

Welcome to Coldbox startup page (2)
–end

–start
Welcome to Coldbox startup page (3)

Welcome to Coldbox startup page (4)
–end

footer from MAIN.CFM in layouts

any thoughts or places to look?