In MVC.NET, how should I dynamically populate the HTML structure from a database into a Masterpage where the first the template needs to wrap the masterpage contents?
AKA
-- master page header stuff goes here --
...
-- Beginning of client template goes here --
...
-- masterpage contents goes here --
...
-- End of client template goes here --