| Typist documentation | view source | Contained in the Typist distribution. |
Typist::Template - A simple file-based template object
Constructor called by load.
Reads a $filename relative to the value return by the
tmpl_path method for the current instance of Typist and
returns a object
Takes two required parameters, an initialized Typist::Template::Context object and a HASH reference of conditional flags.
This method will take the template object, compile the
template and cache the tokens for later builds and then call
the build method. Returns a string of the output of the
result.
| Typist documentation | view source | Contained in the Typist distribution. |