[line 56]
The template class allows you to keep your HTML code in some external files which are completely free of PHP code, but contain replacement fields.
The class provides you with functions which can fill in the replacement fields with arbitrary strings. These strings can become very large, e.g. entire tables.
Note: If you think that this is like FastTemplates, read carefully. It isn't.