import s from "apigo.cc/gojs/service" function main(args) { s.setTplFunc({ bb: text => { return '' + text + '' } }) return s.tpl('tpl/page.html', { title: 'Abc' }) }