酒店预订平台
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

9 行
238 B

  1. /*!
  2. * artTemplate[NodeJS]
  3. * https://github.com/aui/artTemplate
  4. * Released under the MIT, BSD, and GPL Licenses
  5. */
  6. var node = require('./_node.js');
  7. var template = require('../dist/template-debug.js');
  8. module.exports = node(template);