Handlebars
模板
{{! This comment will not show up in the output}}
<!-- This comment will show up as HTML-comment -->
{{!-- This comment may contain mustaches like }} --}}
准备脚本
// Handlebars.registerHelper('loud', function(string) {
//    return string.toUpperCase()
// });
输入
{}
输出
<!-- This comment will show up as HTML-comment -->
最后更新: 2019 年 8 月 1 日 下午 7:57:01