Hello ! Very interesting module. For my need, i would like to use "For" tags in templates. Equivalent in Twig is : `<h1>Members</h1> <ul> {% for user in users %} <li>{{ user.username|e }}</li> {% endfor %} </ul>` Do you think is possible to implement that ? Kind regards.
Hello !
Very interesting module.
For my need, i would like to use "For" tags in templates.
Equivalent in Twig is :
`
Members
{% for user in users %}- {{ user.username|e }}
{% endfor %}
`Do you think is possible to implement that ?
Kind regards.