This package is implements a template engine with configurable syntax.
It allows defining the syntax of the template place holder marks, like start and end characters, section end characters, escape characters, and nodes that define PHP code to run when processing sections enclosed with given start and end characters.
It can read templates for a given path, process the template syntax and return the results as a single string.
A version of this package is also made available in the Python language. |