Language

These pages document the general template language available for use in the platform. It covers an overview of syntax and literals, expands upon directives (such as IF & FOREACH statements), as well as an extensive list of methods and filters.

At the most general level it is important to know that our Source Editor uses [* square brackets *] to write code in. These can be done on multiple lines which you will find in Syntax and Literals.

Also, the | html filter is important as this prevents your item of code being parsed as HTML. You should use this throughout your code to ensure its separation from the HTML you use to style your campaign.