{{>~format(name, "upper")}} $.views.helpers({ format: function( val, format ) { ... return val.toUpperCase(); ... }, ... });