mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 13:52:34 +08:00
* version-1.9.0-docs * [autofix.ci] apply automated fixes * [autofix.ci] apply automated fixes (attempt 2/3) --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
5 lines
538 B
Plaintext
5 lines
538 B
Plaintext
If your template includes literal text and variables, you can use double curly braces to escape literal curly braces in the template and prevent interpretation of that text as a variable.
|
|
For example: `This is a template with {{literal text in curly braces}} and a {variable}`.
|
|
|
|
If your template contains many literal curly braces, such as JSON structures, consider using Mustache templating instead.
|
|
For more information, see [Use Mustache templating in prompt templates](/components-prompts#use-mustache-templating-in-prompt-templates). |