Any one has success using js templating engine like nunjucks with Workers / Pages Functions?
Seeing such error when using nunjucks in Pages Functions:
## EvalError: Code generation from strings disallowed for this context
From my understanding, eval() is disallowed in Workers / Pages Functions, but all templating engines use eval(). So we can’t use any existing templating engine for Workers / Pages Functions. Correct?