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