it is better to read for template designer in many HTMP/PHP Tag Editors.
possibly in 1.0 or use the savant temp system in 1.0 ?
example:
$templates['body'] = <<<END
<div>{board_name}</div>
<div>$name</div>
END;
i have tested with {xxx} and $xxx variables.
it works.

