Handlebars
模板
{{#> layout }}
My Content
{{/layout}}
布局
[重命名] [删除]
Site Content {{> @partial-block }}
准备脚本
// Handlebars.registerHelper('loud', function(string) {
//    return string.toUpperCase()
// });
输入
null
输出
Site Content My Content
最后更新: 2020 年 2 月 25 日 下午 4:23:24