Handlebars:
Template
{{! This comment will not show up in the output}}
<!-- This comment will show up as HTML-comment -->
{{!-- This comment may contain mustaches like }} --}}
Preparation-Script
// Handlebars.registerHelper('loud', function(string) {
//    return string.toUpperCase()
// });
Input
{}
Output
<!-- This comment will show up as HTML-comment -->
마지막 업데이트: 2024. 6. 5. 오후 11:37:24