Hi all
I am working on a system that gets templatse dynamicly, they contain tags like {{SomeUserControl}} {{SomeContent}}
I was wonder how I could use MVC to render those templates and replacing the tags in the best possible way as the templates will be edited via a web front end, and the content / macros will be create from the same web front end.