Felix Carmona
Results
1
issues of
Felix Carmona
given the following variables: `{"example": ["aaa", "bbb"]}` (json as example) and the following template: `{{example}}` it's showing empty, according to the original php implementation it should return `aaa, bbb`, or...