templates - Server side ASP.NET driven templating system w/ logic (similar to JsRender) -


i'm looking templating library, similar jsrender, runs server side on .net.

mustache non-starter, because it's logic-less. need functionality similar {{if}}, {{else}}, {{for array}}, , ability call custom functions within template.

in theory, use jsrender on server reading output watin or other .net headless browser... thought i'd put question out there in case can bypass headless browser part.

any ideas?


Comments

Popular posts from this blog

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -