Handlebars
テンプレート
{{{{raw-loud}}}}
  {{bar}}
{{{{/raw-loud}}}}
準備スクリプト
Handlebars.registerHelper('raw-loud', function(options) {
    return options.fn().toUpperCase()
});
入力
null
出力
  {{BAR}}
最終更新: 2019 年 10 月 20 日午後 9 時 27 分 53 秒