# API 文档 - `template` 模块 本项目的 `template` 模块由 [Underscore-template](https://github.com/cssmagic/underscore-template) 类库实现,详细功能说明请参见该类库的 [API 文档](https://github.com/cssmagic/underscore-template/issues/5) 和 [wiki](https://github.com/cssmagic/underscore-template/wiki)。 需要注意的是,所有 JavaScript API 均挂接在 `gearbox.template` 命名空间下。比如: - `template.add()` → `gearbox.template.add()` - `template.render()` → `gearbox.template.render()` - ...