Closed erikjung closed 8 years ago
This adds a new helper to handle the common case of doing something like:
{{if value}}{{value}}{{else}}default{{/if}}
Using the helper:
{{defaultTo value "default"}}
CC @lyzadanger
Neat! :+1:
This adds a new helper to handle the common case of doing something like:
Using the helper:
CC @lyzadanger