I really searched but found nothing.
I'm new at template lite. I add my project template_lite library and I have two files.
test.php is:
require("../src/class.template.php");
$tpl = new Template_Lite;
$tpl->assign("foo","bar");
and test.html is
<html>
<head>
<title>Document Title</title>
</head>
<body>
{$foo}
</body>
</html>
what the wrong is output:"{$foo}"