I'm working on a project where Spark has been used as the View engine, and the decision has been made to switch to Razor.
I have managed to get Razor and Spark working nicely side by side in one project. The only issue is when I create a Razor view it obviously doesn't inherit the layout and styles form the Spark master layout.
Is there anyway I can do this without creating a Razor duplicate?