News! SmartSender.io becomes Wooxy. Read a post from the CEO Arrow
November 23, 2018

Dynamic content mapping rules

Due to some system limitations in dynamic template generation there are special requirements for some twig functions. Please, use following mapping to avoid problems with content generation in templates:

Instead ofUse this function
a > bgreater(a,b)
a < bless(a,b)
a >= bgreaterEqual(a,b)
a <= blessEqual(a,b)