My problem is: I will create many web applications with same layout. I have a template and all web app will use these template. But I won't to copy and paste all css, js and cshtml files for new projects.
I've create a Web project and apply the layout, how can I use the project as template now without replicate files?