1. Handlebars Helpers
  2. Raw

Handlebars Helpers

Raw

Prevents substitution inside a block during Handlebars rendering. Useful for examples, templates, prompts, and content that must preserve placeholder syntax.
This is useful for when you want to skip substitution for a block of text.

Uses

  • Sometimes you need to pass a block of text to a task and you don't want the text to be substituted, because you need the text to be passed as is.

Usage

Example Substitution:

loading...

Substituted Text

loading...