How i can putting a array into a text_field value using volt
I tried this:
{{ text_field('keywords', 'value': {% for k in app.getAppKeyword() %}{{ k.getAppKeyword() }}{% endfor %}) }}
But not work, display a syntax error:
Syntax error, unexpected token {%