Handlebars
模板
{{> (lookup . 'myVariable') }}
lookupMyPartial
[重命名] [删除]
Found!
准备脚本
// Handlebars.registerHelper('loud', function(string) {
//    return string.toUpperCase()
// });
输入
{ myVariable: "lookupMyPartial" }
输出
Found!
最后更新: 2020 年 3 月 6 日 下午 8:30:40