Setup layout file

After creating a new Episerver project, you will have a folder structor that looks like this:

../_images/intfolderstructor.png

add a _ViewStart.cshtml file in the view folder

../_images/AddViewStart.png

whit the following

When a user want to see a page.

Add a _layout.cshtml file in the shared folder

../_images/layoutfolder.png

example of a basic layout file with boostrap. @RenderBody, is where the page will be renderet