Skip to content

Variables

ro edited this page May 12, 2022 · 1 revision

Variables in PAML can be done by using double braces ({{}}), and variables can be set by using the <set> tag. Keep in mind that variables are case sensitive.

Example

<set name="personName">John</set>
Hello, {{personName}}!

<!-- Expected Output -->
Hello, John!

Clone this wiki locally