{% set lim = count or 10 %} {% set a = articles | selectattr(key, 'in', values) | list %}
{% for article in a[:lim] %}
{% endfor %}