0.0.1 • Published 8 years ago

fis3-parser-arttemplate v0.0.1

Weekly downloads
9
License
MIT
Repository
github
Last release
8 years ago

fis3-parser-arttemplate

fis.plugin('arttemplate', {
  wrapper: ['var template=require("/static/bdbox/template");',
    '${content}',
    'module.exports = function(id, data){',
    'if(!data){return template("${id}",id);}',
    'var html = template("${id}", data);',
    'document.getElementById(id).innerHTML = html;', '}'
  ].join('\n')
});
  
0.0.1

8 years ago