melody
melody copied to clipboard
JS function can be called within twig templates
trafficstars
Explain the problem
Currently it is possible to use JS functions (e.g. parseInt {% for i in range(1, parseInt(data)) %}) in twig templates
Expected Behaviour
The build should fail or at least output a warning
Actual Behaviour
Builds successfully without any warning
@pago I want to work on this. Could you please tell me where can I look up for this issue or from where can I start?