Hi,
I would like to know how Pebble supports expressions containing dates in place of merge fields as in the following example:
When n days are to be added to a date, an expression {{referenceDate + n}} can be used in some other templating engines. As far as I understand, '+' in Pebble does arithmetic addition with numbers only. Can anyone guide me how an expression such as {{referenceDate + n}} be used in Pebble?
Thanks,
Sri.