Templights - 模板引擎


未知
跨平台
PHP

软件简介

Templights 是一个使用 PHP 作为模板语言的模板引擎,提供强大的多继承支持,但占用很小的内存,而且运行效率高。

示例模板:

{% BLOCK {  
This is content of a block named BLOCK.

  {% SUB {  
  This is sub-block named SUB.  
  }%}

}%}