Sha256: 5602a03d81428246be86b180f3c513a75b1d71a4bced7c47cf7efa5cd2cca3da
Contents?: true
Size: 200 Bytes
Versions: 3
Compression:
Stored size: 200 Bytes
Contents
Handlebars.registerHelper('loud', function (input) { return input.toUpperCase() }) Handlebars.registerHelper('allow_html', function (some_html) { return new Handlebars.SafeString(some_html); })
Version data entries
3 entries across 3 versions & 1 rubygems