templating-engine

Can you recommend a .net template engine?

I am looking for a .net templating engine - something simple, lightweight, stable with not too many dependencies. All I need it for at the moment is creating templated plain text and html emails. Can anyone give me a good recommendation? If it helps at all - something like Java's Freemarker or Velocity libraries. [UPDATE] Thanks for ...

Rails view templates

Besides Markaby and Haml, are there any better Rails View Templating mechanisms? ...

What's are the main differences between Haml, Sass/Compass and erb?

I'm looking for a templating engine. What are the important factors to consider when choosing among Haml, Sass/Compass and erb? ...

what templating engine options are there for PHP?

I wonder what options there are for templating in PHP? If the templating code can be very similar to PHP, it'd be best. ...

Any advances on John Resig's "JavaScript Micro-Templating"?

So I've seen this post on JavaScript Micro-Templating by John Resig and I have a need for a micro-templating engine like this. But he saids in the post that he'll keep a more-refined version in his Secrets of the JavaScript ninja book and also mentions that he'd like to see it evolves. So I'm wondering, is there a more stable/advanced ...

How do I use an IF statement in a loop with StringTemplate

This displays nothing: $Articles:{ $if(i!=1)$ display in between articles $endif$ $it.Text } This displays as expected $Articles:{ display in between articles $it.Text } Any ideas on how to get this working? ...

Templating engine for .NET Compact Framework

Does anyone know any templating engine that works under .NET Compact Framework 3.5? ...

Frontend Intertag Communication

Hey all, I've had a question that I've been wondering for a while. I'm making a templating system for front-ends where tags are interpretted (like Smarty). I was wondering if there is value in having the tags be able to communicate with the HTML document and other "Smartyish" tags. I was hoping that the community would have some thought...