I've always been searching for a best suitable ViewEngine for me in ASP.NET MVC, and after observing a ton of template engines in either JAVA, PHP, Python, Ruby, NodeJS... I found the jade template and loved it since it has some really nice features:
I have also observed many ViewEnginge for ASP.NET MVC, some are quite close to jade, but still with defects:
so I wounder if there is a ViewEngine closer to jade, ot is there an port of jade to .NET?
Thanks
The Spark View Engine supports parsing Jade templates as of v1.7 (4/12).
Read More: http://sparkviewengine.codeplex.com/releases/view/86901
Install via NuGet package:
Install-Package Spark.Web.Mvc3
or
Install-Package Spark.Web.Mvc2
Read More: http://nuget.org/packages/Spark.Web.Mvc3