-
Notifications
You must be signed in to change notification settings - Fork 0
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.
<set name="personName">John</set>
Hello, {{personName}}!
<!-- Expected Output -->
Hello, John!If anything on this wiki feels to be out of date, feel free to submit an issue. :D