Handlebars
模板
some_{{foo}}mustache
some_{{#foo}}abc{{/foo}}block
准备脚本
// Handlebars.registerHelper('loud', function(string) {
//    return string.toUpperCase()
// });
输入
{}
输出
some_mustache
some_block
上次更新: 2019 年 11 月 2 日,下午 8:47:47