Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
|
- /*!
- * 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);
|