Handlebars:
Template
{{{{raw-loud}}}}
  {{bar}}
{{{{/raw-loud}}}}
Preparation-Script
Handlebars.registerHelper('raw-loud', function(options) {
    return options.fn().toUpperCase()
});
Input
null
Output
  {{BAR}}
Last Updated: 10/20/2019, 9:27:53 PM