Meta-HTML Variables

A meta-HTML variable has the form %name, similar to the PeopleCode system variables. It's replaced by the substituted value wherever it appears. The following example shows the use of meta-HTML variables:

&html = "<html dir='" | %Direction | "' lang='" | %LanguageISO | "'>";