问题
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?
回答1:
Try MGTemplateEngine.
回答2:
https://github.com/groue/GRMustache is a full implementation of the {{ mustache }} template engine.
来源:https://stackoverflow.com/questions/3915819/is-there-a-good-html-template-engine-in-cocoa-touch