Comment on A proper JavaScript templating engine with a sane syntaxComments−tucaz13yNot sure this would work with any ASP.NET app other than the ones using Razor engine since <% and <%= are reserved words for outputting data.−thoughtpalette13yI had the same concern.
Comments
Not sure this would work with any ASP.NET app other than the ones using Razor engine since <% and <%= are reserved words for outputting data.
I had the same concern.