Input
Hello {{title}}! Output AST
- type: Paragraph
children:
- type: Text
value: "Hello "
- type: Variable
key: title
- type: Text
value: "!" {{key}} produces a Variable node with the key string
Input
Hello {{title}}! Output AST
- type: Paragraph
children:
- type: Text
value: "Hello "
- type: Variable
key: title
- type: Text
value: "!"