Handlebars Helpers
Skip
Returns block content without evaluating nested helper behavior. Useful for preserving text, examples, prompts, and template fragments during substitution.
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 Substitution
Substituted Text