The Skinny On...
Template
The Reasonably Smart Platform uses the Template Toolkit
for it's system.template() function. All template syntax and specific template documentation is
there.
-
String system.template( RealFile aFile, Object templateData )The
templatefunction takes a RealFile object as it's first argument, and an Object containing the data available to the template as it's second argument. If template processing is successful it returns a string that is the processed output.
