views:

34

answers:

1

In my iphone app, I want to populate UIWebView with some html generated from a templates. Is there a good opensource template engine library for cocoa touch like jinja or smarty?

A: 

Try MGTemplateEngine.

Joshua Nozzi
Thanks. started using this. The only thing i miss here is file inclusions. I cannot include a template inside another template.
Rajani Karuturi