UNPKG
art-template
Version:
latest (4.13.4)
4.13.4
4.13.3
4.13.2
4.13.1
4.13.0
4.12.2
4.12.1
4.12.0
4.11.0
4.10.2
4.10.1
4.10.0
4.9.1
4.8.2
4.8.1
4.7.0
4.6.0
4.5.1
4.5.0
4.4.2
4.4.1
4.4.0
4.3.2
4.3.1
4.3.0
4.2.0
4.1.0
4.0.0
4.0.0-beta8
4.0.0-beta7
4.0.0-beta6
4.0.0-beta5
4.0.0-beta4
4.0.0-beta3
4.0.0-beta2
4.0.0-beta1
4.0.0-beta
3.1.3
3.1.2
3.1.1
3.1.0
3.0.3
3.0.2
3.0.2-rc2
3.0.2-rc1
3.0.1
3.0.0
2.0.4
2.0.3
2.0.3-rc5
2.0.3-rc4
2.0.3-rc3
2.0.3-rc2
2.0.3-rc1
2.0.2
JavaScript Template Engine
aui.github.com/artTemplate/
aui/artTemplate
art-template
/
node
/
template.js
9 lines
(8 loc)
•
238 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
/*! * artTemplate[NodeJS] * https://github.com/aui/artTemplate * Released under the MIT, BSD, and GPL Licenses */
var
node =
require
(
'./_node.js'
);
var
template =
require
(
'../dist/template-debug.js'
);
module
.
exports
=
node
(template);