I'm developing an application with ASP.NET MVC, in my view I'm using Razor as a template engine for my server side code. I was searching for a template engine for my client side code and I found Vash. as you probably know Vash has a pretty clean syntax like Razor.
I am just curious if it is possible to use both of them in the same view file?