Files
langflow/docs/versioned_docs/version-1.10.0/_partial-escape-curly-braces.mdx
Mendon Kissling 2411d8036e docs: build OpenAPI spec and cut version 1.10 (#13537)
* build-api

* bump-version-to-1.10

* fix-broken-links
2026-06-08 18:25:14 +00:00

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).