SyntaxFix
Write A Post
Hire A Developer
Questions
another example following @jake stayman:
{% for key, item in row.divs %} {% if (key not in [1,2,9]) %} // eliminate element 1,2,9 <li>{{ item }}</li> {% endif %} {% endfor %}