Do you know about any MVC framework for Web in which I can program in Delphi? Especially with view engine (for HTML templates) like ASP.NET MVC's Razor or equivalent and of course routing system for matching controllers/actions to web requests and also model binding (translating from POST data to data structures) would be nice. I know I can use Delphi Prism with ASP.NET but wonder if there is any other solution to implement Web MVC architecture in Delphi.
Delphi on rails is one