Skip to content

Instantly share code, notes, and snippets.

@raytiley
Created January 9, 2014 19:48
Show Gist options
  • Save raytiley/8340706 to your computer and use it in GitHub Desktop.
Save raytiley/8340706 to your computer and use it in GitHub Desktop.
An example of subexpressions in handlebars
{{#if (equal 'test' (to-lower value))}}
<!-- value.toLowerCase() ==== 'test' -->
{{else}}
{{/if}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment