Helpers
Helpers are functions that let you perform basic text transformation within your template.
{{date}}
#
Formats the timestamp in a given field using a date format. Uses helper-date.
The field value must be a Unix timestamp or any of the formats supported by date.js.
{{eq}}
#
Compares two strings for equality.
{{join}}
#
Join all elements of array into a string using a given separator.
{{contains}}
#
Checks if given value exists within an array
{{toFixed}}
#
Formats the given number using fixed-point notation.
{{variable}}
#
Returns a string array of the currently selected values for a certain variable.