|
Project Information
Links
|
Django-like Templates. Initial implementation in Objective-C, but probably should be extended to JavaScript. Objective-C VersionDevelopers:
Using: // data the template's going to use for rendering NSDictionary* d = [[NSDictionary alloc] ...]; // the djolt template DjoltTemplate* t = [[DjoltTemplate alloc] initWithTemplateFile:file_djolt]; // the result NSString* r = [t render:d]; |