ハンドレバース
テンプレート
<div class="entry">
{{#unless license}}
<h3 class="warning">WARNING: This entry does not have a license!</h3>
{{/unless}}
</div>
準備スクリプト
// Handlebars.registerHelper('loud', function(string) {
//    return string.toUpperCase()
// });
入力
{}
出力
<div class="entry">
<h3 class="warning">WARNING: This entry does not have a license!</h3>
</div>
最終更新日: 2019 年 9 月 23 日午後 6 時 6 分 20 秒