程序名称:Templights
授权协议: 未知
操作系统: 跨平台
开发语言: PHP
Templights 是一个使用 PHP 作为模板语言的模板引擎,提供强大的多继承支持,但占用很小的内存,而且运行效率高。
示例模板:
{% BLOCK { This is content of a block named BLOCK. {% SUB { This is sub-block named SUB. }%} }%}
http://code.google.com/p/templights/