Handlebars Helpers
Skip
Returns everything inside the skip tags.
This is useful for when you want to keep the unsubstituted value for one round of substitution.
Uses
- Sometimes you need a secondary system to receive the unsubstituted value. This helper allows you to keep the original value for one round of substitution.
- Useful on notification messages where you need data only present on the notification handler
Usage
Example definition:
Substituted definition