I have a couple different types of pages that need to be styled differently but would pull info from the same fields.
Using webforms with Sitecore, I would probably make these two different sublayouts. Either one could be applied to the same item type.
I'm looking for something that would be the same for Sitecore MVC.
I could make two separate templates and point them to different entry points on a controller or make a field that determines which of the two styles to use.
I was wondering if there's another option I don't know about that somehow puts nested partial views in the hands of content editors in the way that layouts/sublayouts do?