Hi -- We have a legacy template management system, which basically returns html files from the disk based upon supplied input values.
For example: TStoreMgr.GetTemplate(contextName, loc, "header.template")
We want to move to ASP.NET MVC, but stay with existing template management system. Is it something possible? If so, is it worth using MVC?
Thanks.