I currently have a MVC site that needs to have dynamic content on the header of every page....I currently get the required data as normal in the controller and place it in a View Model. In the view, I take the data and stick the template parts in to the V...